File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,15 @@ Stop Remote Server
8
8
Stop Remote Server
9
9
10
10
SIGINT
11
+ Skip On Windows
11
12
Send Signal To Process SIGINT
12
13
13
14
SIGHUP
15
+ Skip On Windows
14
16
Send Signal To Process SIGHUP
15
17
16
18
SIGTERM
19
+ Skip On Windows
17
20
Send Signal To Process SIGTERM
18
21
19
22
*** Keywords ***
@@ -25,7 +28,11 @@ Server Should Be Started
25
28
Run Keyword ${TEST NAME } .Passing
26
29
27
30
Server Should Be Stopped
31
+ Return From Keyword If "skip" in @{TEST TAGS }
28
32
Server Should Be Stopped And Correct Messages Logged
29
33
Run Keyword And Expect Error Connection to remote server broken: *
30
34
... Server Should Be Started
31
35
[Teardown] Run Keyword And Ignore Error ${TEST NAME } .Stop Remote Server
36
+
37
+ Skip On Windows
38
+ Run Keyword If "${: } " == ";" Fail Skipped on Windows skip
You can’t perform that action at this time.
0 commit comments