summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-08-07 13:52:10 +0200
committerJürg Billeter <j@bitron.ch>2019-08-07 13:56:20 +0200
commit333a99009cad9489c3ad5724d6afcc38a3720adf (patch)
tree9ffe89d68679c75bc1066877202188e40881fb26
parent300979abdad71c69b20304817b03cb687d57484e (diff)
downloadbuildstream-333a99009cad9489c3ad5724d6afcc38a3720adf.tar.gz
tests/integration/make.py: Remove buildbox xfail for passing tests
-rw-r--r--tests/integration/make.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/make.py b/tests/integration/make.py
index 4678c5319..664e7ca7a 100644
--- a/tests/integration/make.py
+++ b/tests/integration/make.py
@@ -22,7 +22,6 @@ DATA_DIR = os.path.join(
# makehello project for this.
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
-@pytest.mark.xfail(HAVE_SANDBOX == 'buildbox', reason='Not working with BuildBox')
def test_make_build(cli, datafiles):
project = str(datafiles)
checkout = os.path.join(cli.directory, 'checkout')
@@ -41,7 +40,6 @@ def test_make_build(cli, datafiles):
# Test running an executable built with make
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
-@pytest.mark.xfail(HAVE_SANDBOX == 'buildbox', reason='Not working with BuildBox')
def test_make_run(cli, datafiles):
project = str(datafiles)
element_name = 'make/makehello.bst'