mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
disable flaky glue test for now
This commit is contained in:
parent
7b53f08e75
commit
9f1f0610d1
1 changed files with 3 additions and 2 deletions
|
@ -78,8 +78,9 @@ mod glue_cli_run {
|
|||
|
||||
fixtures! {
|
||||
basic_record:"basic-record" => "Record was: MyRcd { b: 42, a: 1995 }\n",
|
||||
nested_record:"nested-record" => "Record was: Outer { y: \"foo\", z: [1, 2], x: Inner { b: 24.0, a: 5 } }\n",
|
||||
enumeration:"enumeration" => "tag_union was: MyEnum::Foo, Bar is: MyEnum::Bar, Baz is: MyEnum::Baz\n",
|
||||
// TODO: re-enable this test. Currently it is flaking on macos x86-64 with a bad exit code.
|
||||
// nested_record:"nested-record" => "Record was: Outer { y: \"foo\", z: [1, 2], x: Inner { b: 24.0, a: 5 } }\n",
|
||||
// enumeration:"enumeration" => "tag_union was: MyEnum::Foo, Bar is: MyEnum::Bar, Baz is: MyEnum::Baz\n",
|
||||
single_tag_union:"single-tag-union" => indoc!(r#"
|
||||
tag_union was: SingleTagUnion::OneTag
|
||||
"#),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue