File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ func TestProvisionerJob(t *testing.T) {
82
82
// This cannot be ran in parallel because it uses a signal.
83
83
// nolint:paralleltest
84
84
t .Run ("Cancel" , func (t * testing.T ) {
85
+ t .Skip ("This test issues an interrupt signal which will propagate to the test runner." )
86
+
85
87
if runtime .GOOS == "windows" {
86
88
// Sending interrupt signal isn't supported on Windows!
87
89
t .SkipNow ()
Original file line number Diff line number Diff line change @@ -1491,6 +1491,8 @@ func TestServer_Production(t *testing.T) {
1491
1491
1492
1492
//nolint:tparallel,paralleltest // This test cannot be run in parallel due to signal handling.
1493
1493
func TestServer_Shutdown (t * testing.T ) {
1494
+ t .Skip ("This test issues an interrupt signal which will propagate to the test runner." )
1495
+
1494
1496
if runtime .GOOS == "windows" {
1495
1497
// Sending interrupt signal isn't supported on Windows!
1496
1498
t .SkipNow ()
You can’t perform that action at this time.
0 commit comments