Skip to content

Commit

Permalink
Remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Nov 8, 2024
1 parent 7c3125d commit ec9bb50
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ def test_opt_in(self):
os.environ['JOB_NAME'] = 'libfuzzer_asan_skia'
self.assertTrue(task_utils.is_task_opted_into_uworker_execution('analyze'))

def test_wrong_job(self):
os.environ['JOB_NAME'] = 'libfuzzer_asan_systemd'
self.assertFalse(task_utils.is_task_opted_into_uworker_execution('analyze'))

def test_no_opt_in(self):
os.environ['JOB_NAME'] = 'libfuzzer_asan_skia'
self.assertFalse(task_utils.is_task_opted_into_uworker_execution('fuzz'))

0 comments on commit ec9bb50

Please sign in to comment.