remove flake check, maybe it is fine now

master
halcy 2024-02-11 15:24:33 +02:00
rodzic 787b44f7e2
commit c64ff0c7a7
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -319,8 +319,6 @@ def test_multiline_payload():
def test_stream_user_direct(api, api2, api3, vcr):
patch_streaming()
if sys.version_info >= (3, 10):
pytest.skip("Streaming tests flake on 3.10 on CI for some unclear reason")
vcr.match_on = ["path"]
# Make sure we are in the right state to not receive updates from api2
@ -390,9 +388,6 @@ def test_stream_user_direct(api, api2, api3, vcr):
@pytest.mark.vcr(match_on=['path'])
def test_stream_user_local(api, api2, vcr):
patch_streaming()
if sys.version_info >= (3, 10):
pytest.skip("Streaming tests flake on 3.10 on CI for some unclear reason")
vcr.match_on = ["path"]
# Make sure we are in the right state to not receive updates from api2
@ -428,8 +423,6 @@ def test_stream_user_local(api, api2, vcr):
def test_stream_direct(api, api2, vcr):
patch_streaming()
if sys.version_info >= (3, 10):
pytest.skip("Streaming tests flake on 3.10 on CI for some unclear reason")
vcr.match_on = ["path"]
conversations = []
listener = CallbackStreamListener(