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 7c3125d commit ec9bb50Copy full SHA for ec9bb50
src/clusterfuzz/_internal/tests/core/base/tasks/task_utils_test.py
@@ -48,10 +48,6 @@ def test_opt_in(self):
48
os.environ['JOB_NAME'] = 'libfuzzer_asan_skia'
49
self.assertTrue(task_utils.is_task_opted_into_uworker_execution('analyze'))
50
51
- def test_wrong_job(self):
52
- os.environ['JOB_NAME'] = 'libfuzzer_asan_systemd'
53
- self.assertFalse(task_utils.is_task_opted_into_uworker_execution('analyze'))
54
-
55
def test_no_opt_in(self):
56
57
self.assertFalse(task_utils.is_task_opted_into_uworker_execution('fuzz'))
0 commit comments