diff options
author | William Salmon <will.salmon@codethink.co.uk> | 2019-07-19 10:16:03 +0100 |
---|---|---|
committer | William Salmon <will.salmon@codethink.co.uk> | 2019-07-25 13:57:18 +0100 |
commit | 91140a0360afb850aab529bd8375220d2e44c28f (patch) | |
tree | 617104e39ca1fc473fd889c55dcaed4f7e4835bd /tests/integration/autotools.py | |
parent | 3b2e5de22dd6c8a68e29930fc20ade39dff9364b (diff) | |
download | buildstream-91140a0360afb850aab529bd8375220d2e44c28f.tar.gz |
Mark buildbox tests as xfail if they require non implemented features
Diffstat (limited to 'tests/integration/autotools.py')
-rw-r--r-- | tests/integration/autotools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/autotools.py b/tests/integration/autotools.py index c4bf429f5..c985e8e6c 100644 --- a/tests/integration/autotools.py +++ b/tests/integration/autotools.py @@ -44,6 +44,7 @@ def test_autotools_build(cli, datafiles): # amhello 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', strict=True) def test_autotools_confroot_build(cli, datafiles): project = str(datafiles) checkout = os.path.join(cli.directory, 'checkout') |