浏览代码

trying to find cause of timeouts on GitHub

Rodja Trappe 2 年之前
父节点
当前提交
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():