Tristan Van Berkom pushed to branch bst-1.2 at BuildStream / buildstream
Commits:
-
cd608e28
by Tristan Van Berkom at 2018-08-30T06:39:54Z
-
355f9208
by Tristan Van Berkom at 2018-08-30T07:07:48Z
1 changed file:
Changes:
... | ... | @@ -142,10 +142,6 @@ def test_mirror_fetch(cli, tmpdir, datafiles, kind): |
142 | 142 |
@pytest.mark.datafiles(DATA_DIR)
|
143 | 143 |
@pytest.mark.parametrize("kind", [(kind) for kind in ALL_REPO_KINDS])
|
144 | 144 |
def test_mirror_fetch_upstream_absent(cli, tmpdir, datafiles, kind):
|
145 |
- if kind == 'ostree':
|
|
146 |
- # FIXME: Mirroring fallback fails with ostree
|
|
147 |
- pytest.skip("Bug #538 - ostree mirror fallback breaks assertion")
|
|
148 |
- |
|
149 | 145 |
bin_files_path = os.path.join(str(datafiles), 'files', 'bin-files', 'usr')
|
150 | 146 |
dev_files_path = os.path.join(str(datafiles), 'files', 'dev-files', 'usr')
|
151 | 147 |
upstream_repodir = os.path.join(str(tmpdir), 'upstream')
|