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-16 08:37:28 +0000
commit31ee84ac027c605eb83fba6fa848af352039808c (patch)
tree6aa63be0c1d8c348614b170ba67f86e761fa48cf
parentd6d502f209d826c80271a18811bcdad969fbbf2d (diff)
downloadbuildstream-31ee84ac027c605eb83fba6fa848af352039808c.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")