Skip to content

Commit 65df52a

Browse files
test/f: fix intelligent-host-selection/04
* Test works by overriding the background job runner so is not compatible with other job runners.
1 parent 275e5bc commit 65df52a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/functional/intelligent-host-selection/04-kill.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#-------------------------------------------------------------------------------
1818
# Test job kill will retry on a different host if there is a connection failure
1919

20-
export REQUIRE_PLATFORM='loc:remote fs:indep comms:tcp'
20+
export REQUIRE_PLATFORM='loc:remote fs:indep comms:tcp runner:background'
2121
. "$(dirname "$0")/test_header"
2222

2323
#-------------------------------------------------------------------------------

tests/functional/intelligent-host-selection/04-kill/flow.cylc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
description = """
44
Tasks
55
- goodhost: a control to check that everything works
6-
- badhost is always going to fail
76
- mixedhost contains some hosts that will and won't fail
87
"""
98

@@ -18,7 +17,6 @@
1817
[[graph]]
1918
# Run good and mixed as controls
2019
R1 = """
21-
goodhosttask & mixedhosttask
2220
goodhosttask:start => stop_g
2321
mixedhosttask:start => stop_m
2422
"""

0 commit comments

Comments
 (0)