Skip to content

Commit ec9bb50

Browse files
Remove obsolete test
1 parent 7c3125d commit ec9bb50

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/clusterfuzz/_internal/tests/core/base/tasks/task_utils_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ def test_opt_in(self):
4848
os.environ['JOB_NAME'] = 'libfuzzer_asan_skia'
4949
self.assertTrue(task_utils.is_task_opted_into_uworker_execution('analyze'))
5050

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-
5551
def test_no_opt_in(self):
5652
os.environ['JOB_NAME'] = 'libfuzzer_asan_skia'
5753
self.assertFalse(task_utils.is_task_opted_into_uworker_execution('fuzz'))

0 commit comments

Comments
 (0)