Skip to content

Commit

Permalink
Undo some unnecessary test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Aug 23, 2024
1 parent 660318a commit 7d9b420
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parsl/tests/test_htex/test_multiple_disconnected_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from parsl.jobs.states import JobState, JobStatus
from parsl.providers import LocalProvider

logger = logging.getLogger(__name__)


def local_config():
"""Config to simulate failing blocks without connecting"""
Expand Down Expand Up @@ -45,7 +43,6 @@ def test_multiple_disconnected_blocks():
When init_blocks == N, error handling expects N failures before
the run is cancelled
"""

dfk = parsl.dfk()
executor = dfk.executors["HTEX"]

Expand Down

0 comments on commit 7d9b420

Please sign in to comment.