Skip to content

Commit

Permalink
test: fix test_master_host [DET-9482]. (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioga authored and NicholasBlaskey committed Jun 28, 2023
1 parent f05014c commit b771dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_tests/tests/cluster/test_slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ def test_docker_login() -> None:
def test_master_host() -> None:
# Creates an experiment normally, should error if the back communication channel is broken
exp.run_failure_test(
conf.fixtures_path("metric_maker/const.yaml"),
conf.fixtures_path("metric_maker"),
conf.fixtures_path("no_op/single-one-short-step.yaml"),
conf.fixtures_path("no_op"),
"Failed to download model definition from master. This may be due to an address\n"
+ "resolution problem, a certificate problem, a firewall problem, or some other\n"
+ "networking error.",
Expand Down

0 comments on commit b771dc3

Please sign in to comment.