diff --git a/src/os/os_test.go b/src/os/os_test.go index 717330e86a..5a813e0a7d 100644 --- a/src/os/os_test.go +++ b/src/os/os_test.go @@ -2434,8 +2434,6 @@ func TestRemoveAllRace(t *testing.T) { // Test that reading from a pipe doesn't use up a thread. func TestPipeThreads(t *testing.T) { switch runtime.GOOS { - case "freebsd": - t.Skip("skipping on FreeBSD; issue 19093") case "illumos", "solaris": t.Skip("skipping on Solaris and illumos; issue 19111") case "windows":