Skip to content

Commit

Permalink
Skip test that depends on compatible scheduler instances in the LFA
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Oct 22, 2024
1 parent 3d5a8d9 commit 67878b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_lfa_scheduler_dashboard.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import unittest
from datetime import datetime

import pytest
Expand All @@ -20,6 +21,7 @@ async def test_get_scheduler_list():
assert len(scheduler.param.scheduler_fname.objects) >= 1


@unittest.skip("Skip until there are compatible schedulers in the LFA.")
@pytest.mark.asyncio
async def test_get_scheduler_list_in_USDF():
scheduler = LFASchedulerSnapshotDashboard()
Expand Down

0 comments on commit 67878b3

Please sign in to comment.