Skip to content

Commit 774feac

Browse files
test(profiler): Fork flaky test
This test is flaky; Codecov has even identified it as such. Let's try forking the test, maybe that will make it more stable.
1 parent a31c54f commit 774feac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/profiler/test_continuous_profiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def test_continuous_profiler_auto_start_and_manual_stop(
226226
assert_single_transaction_with_profile_chunks(envelopes, thread)
227227

228228

229+
@pytest.mark.forked
229230
@pytest.mark.parametrize(
230231
"mode",
231232
[

0 commit comments

Comments
 (0)