Skip to content

Commit

Permalink
Ignore flaky TinyGo test (#679)
Browse files Browse the repository at this point in the history
This has failed on CI a number of times recently so ignore it for now
until there's a chance to investigate.
  • Loading branch information
alexcrichton authored Sep 26, 2023
1 parent 637389a commit f1e8c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/go/tests/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ macro_rules! codegen_test {
(resource_borrow_in_record_export $name:tt $test:tt) => {};
(resources_in_aggregates $name:tt $test:tt) => {};
(issue668 $name:tt $test:tt) => {};
(flavorful $name:tt $test:tt) => {};

($id:ident $name:tt $test:tt) => {
#[test]
Expand Down

0 comments on commit f1e8c06

Please sign in to comment.