Skip to content

Commit 886495f

Browse files
committed
Disable data tracks tests in CI for now
SFU used in CI testing doesn't currently have data tracks enabled. Tested locally and verified this case passes.
1 parent aef4689 commit 886495f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/rtc/test_e2e.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,10 @@ def on_state_changed(state: rtc.ConnectionState):
439439

440440
@pytest.mark.asyncio
441441
@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+
)
442446
async def test_data_track():
443447
"""Test that a published data track delivers frames with correct payloads and timestamps."""
444448
FRAME_COUNT = 5

0 commit comments

Comments
 (0)