diff --git a/tests/test_scheduler_dashboard.py b/tests/test_scheduler_dashboard.py index 04ebcbce..224f6c73 100644 --- a/tests/test_scheduler_dashboard.py +++ b/tests/test_scheduler_dashboard.py @@ -78,7 +78,6 @@ def test_scheduler_app(self): bokeh.plotting.save(sched_app_bokeh_model) bokeh.io.reset_output() - @unittest.skip("Skipping so it does not block implementation of CI") def test_read_scheduler(self): print(TEST_PICKLE) self.scheduler = Scheduler()