Skip to content

Commit 9abb456

Browse files
Disabling test which breaks CI (#14599)
Co-authored-by: Tomas Grosup <[email protected]>
1 parent a02e3c7 commit 9abb456

File tree

1 file changed

+1
-1
lines changed
  • tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times/times.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module times =
7272
Assert.Contains("Duration",consoleContents)
7373

7474

75-
[<Theory; Directory(__SOURCE_DIRECTORY__, Includes=[|"error_01.fs"|])>]
75+
[<Theory(Skip="Flaky in CI due to file being locked, disabling for now until file closure is resolved."); Directory(__SOURCE_DIRECTORY__, Includes=[|"error_01.fs"|])>]
7676
let ``times - to csv file`` compilation =
7777
let tempPath = Path.Combine(Path.GetTempPath(),Guid.NewGuid().ToString() + ".csv")
7878
use _ = {new IDisposable with

0 commit comments

Comments
 (0)