Skip to content

Commit 55da4a2

Browse files
committed
Update test_javascript_tracer.py
1 parent 8ff6055 commit 55da4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_languages/test_javascript_tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def test_create_replay_test_empty_db(self, tmp_path: Path) -> None:
332332
assert result is None
333333

334334

335-
@pytest.mark.skipif(not node_available(), reason="Node.js not available")
335+
@pytest.mark.skipif(os.name == "nt" or not node_available(), reason="Skipped on Windows or if Node.js not available")
336336
class TestJavaScriptTracerE2E:
337337
"""End-to-end tests for JavaScript tracing."""
338338

0 commit comments

Comments
 (0)