You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/support/acceptance/session/python.rb
+22-7
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,21 @@ module Acceptance::Session
53
53
"[-] [should stop W32Time] FAILED: should stop W32Time",
54
54
"[-] [should stop W32Time] Exception: RuntimeError: Could not open service. OpenServiceA error: FormatMessage failed to retrieve the error for value 0x6.",
55
55
"[-] [should list services] FAILED: should list services",
56
-
"[-] [should list services] Exception: NoMethodError: undefined method `service' for nil:NilClass",
56
+
# Ruby 3.2
57
+
["[-] [should list services] Exception: NoMethodError: undefined method `service' for nil:NilClass",{flaky: true}],
["[-] [should return info on the newly-created service testes] Exception: NoMethodError: undefined method 'service' for nil",{flaky: true}],
62
71
"[-] [should delete the new service testes] FAILED: should delete the new service testes",
63
72
"[-] [should delete the new service testes] Exception: RuntimeError: Could not open service. OpenServiceA error: FormatMessage failed to retrieve the error for value 0x6.",
64
73
"[-] [should return status on a given service winmgmt] FAILED: should return status on a given service winmgmt",
0 commit comments