From cdb79616340017191d7f854bbe5dfdbb9adba668 Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Wed, 11 Jan 2023 21:30:54 +0100 Subject: [PATCH] Disabling test which breaks CI --- .../CompilerOptions/fsc/times/times.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times/times.fs b/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times/times.fs index 604071cc694..92b952dda93 100644 --- a/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times/times.fs +++ b/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times/times.fs @@ -72,7 +72,7 @@ module times = Assert.Contains("Duration",consoleContents) - [] + [] let ``times - to csv file`` compilation = let tempPath = Path.Combine(Path.GetTempPath(),Guid.NewGuid().ToString() + ".csv") use _ = {new IDisposable with