mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Fix network tests
This commit is contained in:
parent
cd69363cf8
commit
2803db4a55
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class TestMainWindow:
|
|||
assert window.windowIcon().pixmap(QSize(64, 64)).isNull() is False
|
||||
window.close()
|
||||
|
||||
@pytest.mark.xfail(condition=platform.system() == 'Windows', reason='Timing out')
|
||||
@pytest.mark.skipif(condition=platform.system() == 'Windows', reason='Timing out')
|
||||
def test_should_run_transcription_task(self, qtbot: QtBot, tasks_cache):
|
||||
window = MainWindow(tasks_cache=tasks_cache)
|
||||
qtbot.add_widget(window)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue