summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-08-14 10:24:05 +0200
committerValentin David <valentin.david@gmail.com>2018-08-14 13:31:03 +0000
commit820af29deb78e62edf844c64319b7c437b3cc707 (patch)
tree1dc656083736df298b4943318389c64fd4a9481a
parent69c5ccdeb99beecc55243ac98e2593b213cafe64 (diff)
downloadbuildstream-820af29deb78e62edf844c64319b7c437b3cc707.tar.gz
tests/frontend/mirror.py: Re-enable a test for git
-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 f37cc18af..de59ab81a 100644
--- a/tests/frontend/mirror.py
+++ b/tests/frontend/mirror.py
@@ -405,10 +405,6 @@ def test_mirror_track_upstream_absent(cli, tmpdir, datafiles, kind):
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.parametrize("kind", [(kind) for kind in ALL_REPO_KINDS])
def test_mirror_from_includes(cli, tmpdir, datafiles, kind):
- if kind == 'git':
- # FIXME: Mirroring fallback does not work with git because it tries to
- # fetch submodules on upstream.
- pytest.skip("Bug #537 - Mirror fallback does not work for git")
if kind == 'ostree':
# FIXME: Mirroring fallback fails with ostree
pytest.skip("Bug #538 - ostree mirror fallback breaks assertion")