1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-21 23:33:13 +00:00

Exclude failing test on macos

This commit is contained in:
Manu 2024-11-10 10:23:06 +00:00
parent 02b5faa858
commit d01558f0c1

View file

@ -1,6 +1,8 @@
import pytest
from PyQt6 import QtCore
@pytest.mark.skip(reason="fails on macos with timeout when checking chromium-cache")
def test_exclusion_preview_populated(qapp, qtbot):
main = qapp.main_window
tab = main.sourceTab