Skip to content

Commit 65e3885

Browse files
committed
Merge branch 'investigate-race-condition' of https://github.com/abelbraaksma/TaskSeq into investigate-race-condition
2 parents ae45170 + 3312da4 commit 65e3885

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/FSharpy.TaskSeq.Test/TaskSeq.Choose.Tests.fs

-9
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ open Xunit.Abstractions
1313

1414
type Choose(output: ITestOutputHelper) =
1515

16-
[<Fact(Skip = "CI test runner chokes!")>]
17-
let ``ZHang timeout test`` () =
18-
logStart output
19-
20-
task {
21-
let! empty = Task.Delay 30
22-
empty |> should be Null
23-
}
24-
2516
[<Fact(Skip = "CI test runner chokes!")>]
2617
let ``TaskSeq-choose on an empty sequence`` () =
2718
logStart output

0 commit comments

Comments
 (0)