You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/08/19 08:11:18 UTC

[buildstream] 03/03: tests/integration/cachedfail.py: Remove xfail statement about #534

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/quit-only-imperative-jobs
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit dcea537bd0a9f76102e933824579c99e2cc86a3c
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Aug 19 17:10:34 2022 +0900

    tests/integration/cachedfail.py: Remove xfail statement about #534
---
 tests/integration/cachedfail.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/integration/cachedfail.py b/tests/integration/cachedfail.py
index da1fff6c2..7711362d5 100644
--- a/tests/integration/cachedfail.py
+++ b/tests/integration/cachedfail.py
@@ -138,9 +138,6 @@ def test_build_depend_on_cached_fail(cli, datafiles):
 @pytest.mark.datafiles(DATA_DIR)
 @pytest.mark.parametrize("on_error", ("continue", "quit"))
 def test_push_cached_fail(cli, tmpdir, datafiles, on_error):
-    if on_error == "quit":
-        pytest.xfail("https://gitlab.com/BuildStream/buildstream/issues/534")
-
     project = str(datafiles)
     element_path = os.path.join(project, "elements", "element.bst")