Skip to content

Commit 659eb19

Browse files
committed
disable-test-for-517
1 parent 7e0df4b commit 659eb19

File tree

1 file changed

+4
-2
lines changed
  • tests/fsharp/core/queriesLeafExpressionConvert

1 file changed

+4
-2
lines changed

tests/fsharp/core/queriesLeafExpressionConvert/test.fsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,9 +590,11 @@ module LeafExpressionEvaluationTests =
590590

591591

592592
checkEval "vrewoinrv091" (<@ farr.[0] @>) 0.0
593-
checkEval "vrewoinrv092" (<@ flist.[0] @>) 0.0
593+
// Disabled, see https://github.com/fsharp/fsharp/issues/517
594+
// checkEval "vrewoinrv092" (<@ flist.[0] @>) 0.0
594595
checkEval "vrewoinrv093" (<@ iarr.[0] @>) 0
595-
checkEval "vrewoinrv094" (<@ ilist.[0] @>) 0
596+
// Disabled, see https://github.com/fsharp/fsharp/issues/517
597+
// checkEval "vrewoinrv094" (<@ ilist.[0] @>) 0
596598

597599
#if STATEMENTS_IN_EXPRESSIONS
598600
checkEval "vrewoinrv095" (<@ farr.[0] <- 0.0 @>) ()

0 commit comments

Comments
 (0)