Skip to content

Commit

Permalink
Remove failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley committed Jul 3, 2024
1 parent 2686144 commit 977f5e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/Table_Tests/src/IO/Delimited_Read_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ add_specs suite_builder =
r1.should_fail_with File_Error
r1.catch.should_be_a File_Error.Not_Found

directory = enso_project.data
r2 = Data.read directory (..Delimited "," headers=True value_formatter=Nothing) Problem_Behavior.Report_Error
r2.should_fail_with File_Error
r2.catch.should_be_a File_Error.IO_Error

group_builder.specify "should work with all kinds of line endings" <|
path name = enso_project.data / 'transient' / name
create_file name ending_style =
Expand Down

0 comments on commit 977f5e2

Please sign in to comment.