summaryrefslogtreecommitdiff
path: root/tests/sourcecache
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/sourcecache
parente223bcdaec8693814db0820e11643228bb3ac538 (diff)
downloadbuildstream-ead0b11a205b475cf6b0a695d84b27ded1102894.tar.gz
tests: Drop buildbox xfails
Diffstat (limited to 'tests/sourcecache')
-rw-r--r--tests/sourcecache/push.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/sourcecache/push.py b/tests/sourcecache/push.py
index 0b7bb9954..771a94ca1 100644
--- a/tests/sourcecache/push.py
+++ b/tests/sourcecache/push.py
@@ -30,7 +30,6 @@ from buildstream._project import Project
from buildstream import _yaml
from buildstream.testing import cli # pylint: disable=unused-import
from buildstream.testing import create_repo
-from buildstream.testing._utils.site import HAVE_SANDBOX
from tests.testutils import create_artifact_share, dummy_context
DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "project")
@@ -225,7 +224,6 @@ def test_push_fail(cli, tmpdir, datafiles):
assert "Pushed" not in res.stderr
-@pytest.mark.xfail(HAVE_SANDBOX == "buildbox", reason="Not working with BuildBox")
@pytest.mark.datafiles(DATA_DIR)
def test_source_push_build_fail(cli, tmpdir, datafiles):
project_dir = str(datafiles)