We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8706167 commit c74793cCopy full SHA for c74793c
Lib/test/test_profiling/test_sampling_profiler.py
@@ -2093,6 +2093,8 @@ def test_script_error_treatment(self):
2093
)
2094
output = result.stdout + result.stderr
2095
2096
+ if "PermissionError" in output:
2097
+ self.skipTest("Insufficient permissions for remote profiling")
2098
self.assertNotIn("Script file not found", output)
2099
self.assertIn("No such file or directory: 'nonexistent_file.txt'", output)
2100
0 commit comments