Skip to content

Commit

Permalink
Remove unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesmartin committed Jan 21, 2025
1 parent 749dced commit 2dbdd3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/ccip/changeset/cs_configure_token_pools_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ func TestValidateConfigureTokenPoolContractsConfig(t *testing.T) {
},
ErrStr: "is expecting a pool update to be defined for chain with selector",
},
/* This test condition is flakey, as we will see "missing tokenAdminRegistry" if e.AllChainSelectors()[1] is checked first
{
Msg: "Corresponding pool update missing a chain update",
Input: changeset.ConfigureTokenPoolContractsConfig{
Expand All @@ -260,6 +261,7 @@ func TestValidateConfigureTokenPoolContractsConfig(t *testing.T) {
},
ErrStr: "to define a chain config pointing back to it",
},
*/
{
Msg: "Token admin registry is missing",
Input: changeset.ConfigureTokenPoolContractsConfig{
Expand Down

0 comments on commit 2dbdd3d

Please sign in to comment.