1
0
Эх сурвалжийг харах

trying to find cause of timeouts on GitHub

Rodja Trappe 2 жил өмнө
parent
commit
b1f1633f1e
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      tests/test_page.py

+ 3 - 0
tests/test_page.py

@@ -1,6 +1,8 @@
 import asyncio
 from uuid import uuid4
 
+import pytest
+
 from nicegui import Client, task_logger, ui
 
 from .screen import PORT, Screen
@@ -131,6 +133,7 @@ def test_adding_elements_after_handshake(screen: Screen):
     screen.should_contain('after')
 
 
+@pytest.mark.skip(reason='maybe this causes the timeout on GitHub?')
 def test_exception(screen: Screen):
     @ui.page('/')
     def page():