Skip to content

Commit

Permalink
chore: disable TestNewAnyWithCustomTypeURLWithErrorNoAllocation #11849
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored May 2, 2022
1 parent a187a1c commit c0f65e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codec/types/any_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ var eom = &errOnMarshal{}
// Ensure that returning an error doesn't suddenly allocate and waste bytes.
// See https://github.com/cosmos/cosmos-sdk/issues/8537
func TestNewAnyWithCustomTypeURLWithErrorNoAllocation(t *testing.T) {
// This tests continues to fail inconsistently.
//
// Example: https://github.com/cosmos/cosmos-sdk/pull/9246/checks?check_run_id=2643313958#step:6:118
// Ref: https://github.com/cosmos/cosmos-sdk/issues/9010
t.SkipNow()

// make sure we're not in the middle of a GC.
runtime.GC()

Expand Down

0 comments on commit c0f65e1

Please sign in to comment.