Skip to content

Commit

Permalink
Skip rc2 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Oct 31, 2024
1 parent df6f4b0 commit 147aa8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/soroban-rpc/internal/integrationtest/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ func TestMigrate(t *testing.T) {
// This version of RPC wasn't published as a docker container
continue
}
if originVersion == "22.0.0-rc2" {
// This version of RPC wasn't published as a docker container w/ this tag
continue
}
t.Run(originVersion, func(t *testing.T) {
testMigrateFromVersion(t, originVersion)
})
Expand Down

0 comments on commit 147aa8c

Please sign in to comment.