Skip to content

Commit cb3b310

Browse files
authoredNov 27, 2024
remove sleep sort from sorts_test.go
1 parent 5865c0e commit cb3b310

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎sort/sorts_test.go

-5
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ func TestCircle(t *testing.T) {
194194
testFramework(t, sort.Circle[int])
195195
}
196196

197-
func TestSleepSort(t *testing.T) {
198-
t.Skip("Skipping test for Sleep Sort, as it is not a normal sort algorithm and it doesn't support negative values.")
199-
//testFramework(t, sort.SleepSort)
200-
}
201-
202197
func TestOddEvenSort(t *testing.T) {
203198
testFramework(t, sort.OddEvenSort[int])
204199
}

0 commit comments

Comments
 (0)