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 5865c0e commit cb3b310Copy full SHA for cb3b310
sort/sorts_test.go
@@ -194,11 +194,6 @@ func TestCircle(t *testing.T) {
194
testFramework(t, sort.Circle[int])
195
}
196
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
-
202
func TestOddEvenSort(t *testing.T) {
203
testFramework(t, sort.OddEvenSort[int])
204
0 commit comments