Browse Source

trying to find cause of timeouts on GitHub

Rodja Trappe 2 years ago
parent
commit
b1f1633f1e
1 changed files with 3 additions and 0 deletions
  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():