Skip to content

Commit

Permalink
disable flaky glue test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansconnect committed Nov 30, 2023
1 parent 7b53f08 commit 29ab23a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/glue/tests/test_glue_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ 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",
// 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
Expand Down

0 comments on commit 29ab23a

Please sign in to comment.