We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6b598 commit 37c8142Copy full SHA for 37c8142
test/integration/runtime_int_test.go
@@ -113,6 +113,10 @@ func (suite *RuntimeIntegrationTestSuite) TestInterruptSetup() {
113
}
114
115
func (suite *RuntimeIntegrationTestSuite) TestInUse() {
116
+ if runtime.GOOS == "windows" {
117
+ // https://activestatef.atlassian.net/browse/DX-2926
118
+ suite.T().Skip("interrupting on windows is currently broken when ran via CI")
119
+ }
120
if runtime.GOOS == "darwin" {
121
return // gopsutil errors on later versions of macOS (DX-2723)
122
0 commit comments