Skip to content

Commit

Permalink
update flaky test to only execute on PRs, not official builds (#8643)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo authored Mar 2, 2020
1 parent 808996b commit ca83e05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ type MailboxProcessorType() =
Assert.AreEqual(Some("Received 1 Disposed"),!result)

[<Test>]
[<Category("PullRequest")>]
member this.``Scan handles cancellation token``() =
let result = ref None

Expand Down

0 comments on commit ca83e05

Please sign in to comment.