Jonathan Maw pushed to branch 537-mirror-fallback-does-not-work-for-git at BuildStream / buildstream
Commits:
-
64cd461c
by Jonathan Maw at 2018-08-08T09:45:30Z
1 changed file:
Changes:
... | ... | @@ -140,7 +140,7 @@ def test_mirror_fetch(cli, tmpdir, datafiles, kind): |
140 | 140 |
|
141 | 141 |
|
142 | 142 |
@pytest.mark.datafiles(DATA_DIR)
|
143 |
-@pytest.mark.parametrize("kind", [(kind) for kind in ALL_REPO_KINDS])
|
|
143 |
+@pytest.mark.parametrize("kind", [(kind) for kind in ALL_REPO_KINDS if kind is not "ostree"])
|
|
144 | 144 |
def test_mirror_fetch_upstream_absent(cli, tmpdir, datafiles, kind):
|
145 | 145 |
bin_files_path = os.path.join(str(datafiles), 'files', 'bin-files', 'usr')
|
146 | 146 |
dev_files_path = os.path.join(str(datafiles), 'files', 'dev-files', 'usr')
|