We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef4689 commit 886495fCopy full SHA for 886495f
tests/rtc/test_e2e.py
@@ -439,6 +439,10 @@ def on_state_changed(state: rtc.ConnectionState):
439
440
@pytest.mark.asyncio
441
@skip_if_no_credentials()
442
+@pytest.mark.skipif(
443
+ os.getenv("RUN_DATA_TRACK_TESTS") != "1",
444
+ reason="SFU support requires data tracks support to be enabled via config; remove once this is no longer the case.",
445
+)
446
async def test_data_track():
447
"""Test that a published data track delivers frames with correct payloads and timestamps."""
448
FRAME_COUNT = 5
0 commit comments