summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-30 15:36:00 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-30 15:38:13 +0900
commit9ea40e2cfeb39ff62ad88c5d1e684c23fa9051a8 (patch)
tree2b6b507e95b235cabd598124060fd505e35b3b55
parente77ae07aea66d2dee5b61abc913cedad0f00e20d (diff)
downloadbuildstream-tristan/538-reenable-ostree-test.tar.gz
tests/frontend/mirror.py: Reenable test_mirror_fetch_upstream_absent[ostree]tristan/538-reenable-ostree-test
This test was skipped because of issue #538, but #538 was fixed and the test was still not reenabled.
-rw-r--r--tests/frontend/mirror.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/frontend/mirror.py b/tests/frontend/mirror.py
index f6031cad8..a5a80f0b9 100644
--- a/tests/frontend/mirror.py
+++ b/tests/frontend/mirror.py
@@ -142,10 +142,6 @@ def test_mirror_fetch(cli, tmpdir, datafiles, kind):
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.parametrize("kind", [(kind) for kind in ALL_REPO_KINDS])
def test_mirror_fetch_upstream_absent(cli, tmpdir, datafiles, kind):
- if kind == 'ostree':
- # FIXME: Mirroring fallback fails with ostree
- pytest.skip("Bug #538 - ostree mirror fallback breaks assertion")
-
bin_files_path = os.path.join(str(datafiles), 'files', 'bin-files', 'usr')
dev_files_path = os.path.join(str(datafiles), 'files', 'dev-files', 'usr')
upstream_repodir = os.path.join(str(tmpdir), 'upstream')