summaryrefslogtreecommitdiff
path: root/tests/elements
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-12-05 06:40:00 +0100
committerJürg Billeter <j@bitron.ch>2019-12-10 15:31:37 +0100
commitead0b11a205b475cf6b0a695d84b27ded1102894 (patch)
treea7373916cb0349def0f92a570c785b5020bffd79 /tests/elements
parente223bcdaec8693814db0820e11643228bb3ac538 (diff)
downloadbuildstream-ead0b11a205b475cf6b0a695d84b27ded1102894.tar.gz
tests: Drop buildbox xfails
Diffstat (limited to 'tests/elements')
-rw-r--r--tests/elements/filter.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/elements/filter.py b/tests/elements/filter.py
index 0befa46f8..3b38094dc 100644
--- a/tests/elements/filter.py
+++ b/tests/elements/filter.py
@@ -8,7 +8,6 @@ import pytest
from buildstream.testing import create_repo
from buildstream.testing import cli # pylint: disable=unused-import
-from buildstream.testing._utils.site import HAVE_SANDBOX
from buildstream._exceptions import ErrorDomain
from buildstream import _yaml
@@ -28,7 +27,6 @@ def test_filter_include(datafiles, cli, tmpdir):
assert not os.path.exists(os.path.join(checkout, "bar"))
-@pytest.mark.xfail(HAVE_SANDBOX == "buildbox", reason="Not working with BuildBox")
@pytest.mark.datafiles(os.path.join(DATA_DIR, "basic"))
def test_filter_include_dynamic(datafiles, cli, tmpdir):
project = str(datafiles)