Skip to content

Commit

Permalink
Add comment to wlm helpers test
Browse files Browse the repository at this point in the history
  • Loading branch information
al-rigazzi committed Jun 3, 2022
1 parent 4c07f82 commit 2f56c33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/full_wlm/test_wlm_helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
import smartsim.wlm as wlm
from smartsim.error.errors import LauncherError, SmartSimError, SSUnsupportedError

# alloc_specs can be specified by the user when testing, but it will
# require all WLM env variables to be populated. If alloc_specs is not
# defined, the tests in this file are skipped.

def test_get_hosts(alloc_specs):
if not alloc_specs:
Expand Down

0 comments on commit 2f56c33

Please sign in to comment.