Tristan Van Berkom pushed to branch master at BuildStream / buildstream
Commits:
-
9ea40e2c
by Tristan Van Berkom at 2018-08-30T06:38:13Z
-
8aec1102
by Tristan Van Berkom at 2018-08-30T07:06:17Z
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')
|
