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 81a09fc commit 29e5f22Copy full SHA for 29e5f22
src/SqlClient.Tests/TVPTests.fs
@@ -16,7 +16,7 @@ let Basic() =
16
]
17
Assert.Equal(Some(1, Some "monkey"), cmd.Execute(x = p))
18
19
-[<Fact>]
+[<Fact(Skip = "Flucky")>]
20
let InputIsEnumeratedExactlyOnce() =
21
let cmd = new TableValuedTuple()
22
let counter = ref 0
0 commit comments