Skip to content

Commit 3d66947

Browse files
committed
skip tests that require signals on windows (still need to make these non-critical)
1 parent 74a4783 commit 3d66947

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

atest/tests/stopping.robot

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ Stop Remote Server
88
Stop Remote Server
99

1010
SIGINT
11+
Skip On Windows
1112
Send Signal To Process SIGINT
1213

1314
SIGHUP
15+
Skip On Windows
1416
Send Signal To Process SIGHUP
1517

1618
SIGTERM
19+
Skip On Windows
1720
Send Signal To Process SIGTERM
1821

1922
*** Keywords ***
@@ -25,7 +28,11 @@ Server Should Be Started
2528
Run Keyword ${TEST NAME}.Passing
2629

2730
Server Should Be Stopped
31+
Return From Keyword If "skip" in @{TEST TAGS}
2832
Server Should Be Stopped And Correct Messages Logged
2933
Run Keyword And Expect Error Connection to remote server broken: *
3034
... Server Should Be Started
3135
[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

0 commit comments

Comments
 (0)