diff options
author | Jürg Billeter <j@bitron.ch> | 2019-08-07 13:38:20 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-08-07 13:39:31 +0200 |
commit | 300979abdad71c69b20304817b03cb687d57484e (patch) | |
tree | 59f1aff5fc06396a6711552f9c9f566e575e1f93 /tests/examples/integration-commands.py | |
parent | e701ffa03bfc3b2f2061bae33e6ae26c78a994db (diff) | |
download | buildstream-300979abdad71c69b20304817b03cb687d57484e.tar.gz |
Revert "Mark xfail test that only fail in CI"
This reverts commit b54c8cb07ca257be79940ffa70853bf75d2c287c.
Diffstat (limited to 'tests/examples/integration-commands.py')
-rw-r--r-- | tests/examples/integration-commands.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/examples/integration-commands.py b/tests/examples/integration-commands.py index 146ccdb80..1ed888b5d 100644 --- a/tests/examples/integration-commands.py +++ b/tests/examples/integration-commands.py @@ -18,8 +18,6 @@ DATA_DIR = os.path.join( reason='Examples are written for x86-64') @pytest.mark.skipif(not IS_LINUX or not HAVE_SANDBOX, reason='Only available on linux with sandbox') @pytest.mark.skipif(HAVE_SANDBOX == 'chroot', reason='This test is not meant to work with chroot sandbox') -@pytest.mark.xfail(HAVE_SANDBOX == 'buildbox', reason='Not working with BuildBox') -# Not stricked xfail as only fails in CI @pytest.mark.datafiles(DATA_DIR) def test_integration_commands_build(cli, datafiles): project = str(datafiles) @@ -33,8 +31,6 @@ def test_integration_commands_build(cli, datafiles): reason='Examples are written for x86-64') @pytest.mark.skipif(not IS_LINUX or not HAVE_SANDBOX, reason='Only available on linux with sandbox') @pytest.mark.skipif(HAVE_SANDBOX == 'chroot', reason='This test is not meant to work with chroot sandbox') -@pytest.mark.xfail(HAVE_SANDBOX == 'buildbox', reason='Not working with BuildBox') -# Not stricked xfail as only fails in CI @pytest.mark.datafiles(DATA_DIR) def test_integration_commands_run(cli, datafiles): project = str(datafiles) |