[Notes] [Git][BuildStream/buildstream][bst-1.2] 2 commits: tests/frontend/mirror.py: Reenable test_mirror_fetch_upstream_absent[ostree]



Title: GitLab

Tristan Van Berkom pushed to branch bst-1.2 at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • tests/frontend/mirror.py
    ... ... @@ -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')
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]