diff --git a/src/runtime/crash_unix_test.go b/src/runtime/crash_unix_test.go index 0930a1b365..b93a760276 100644 --- a/src/runtime/crash_unix_test.go +++ b/src/runtime/crash_unix_test.go @@ -14,7 +14,6 @@ import ( "os/exec" "runtime" "runtime/debug" - "strings" "sync" "syscall" "testing" @@ -250,9 +249,7 @@ func TestSignalExitStatus(t *testing.T) { func TestSignalIgnoreSIGTRAP(t *testing.T) { if runtime.GOOS == "openbsd" { - if bn := testenv.Builder(); strings.HasSuffix(bn, "-62") || strings.HasSuffix(bn, "-64") { - testenv.SkipFlaky(t, 17496) - } + testenv.SkipFlaky(t, 49725) } output := runTestProg(t, "testprognet", "SignalIgnoreSIGTRAP")