File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ def test_fork_handler_with_active_context(iast_context_defaults):
7575 reset_native_state () # Reinitialize to clean state for next test
7676
7777
78+ @pytest .mark .skip (reason = "multiprocessing fork doesn't work correctly in ddtrace-py 4.0" )
7879def test_multiprocessing_with_iast_no_segfault (iast_context_defaults ):
7980 """
8081 Regression test: Verify that late forks (multiprocessing) safely disable IAST.
@@ -141,6 +142,7 @@ def child_process_work(queue):
141142 multiprocessing .set_start_method (original_start_method , force = True )
142143
143144
145+ @pytest .mark .skip (reason = "multiprocessing fork doesn't work correctly in ddtrace-py 4.0" )
144146def test_multiple_fork_operations (iast_context_defaults ):
145147 """
146148 Test that multiple sequential fork operations don't cause segfaults.
@@ -291,6 +293,7 @@ def test_fork_handler_clears_state(iast_context_defaults):
291293 asm_config ._iast_enabled = original_state
292294
293295
296+ @pytest .mark .skip (reason = "multiprocessing fork doesn't work correctly in ddtrace-py 4.0" )
294297def test_eval_in_forked_process (iast_context_defaults ):
295298 """
296299 Regression test: Verify that eval() doesn't crash in forked processes.
You can’t perform that action at this time.
0 commit comments