Skip to content

Commit

Permalink
disable a test due to bug #6609
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed May 9, 2023
1 parent 8dfc210 commit feaecc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Tests/src/Semantic/Java_Interop_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec =
list = ArrayList.new
list.add 432
list.get 0 . should_equal 432
Test.specify "should report missing method error on Java Arrays" <|
Test.specify "should report missing method error on Java Arrays" pending="Failing due to #6609" <|
list = ArrayList.new
list.add 432
Test.expect_panic_with (list.asList) No_Such_Method
Expand Down

0 comments on commit feaecc0

Please sign in to comment.