Skip to content

Commit

Permalink
remove haltfork
Browse files Browse the repository at this point in the history
  • Loading branch information
kruspy committed Mar 8, 2024
1 parent f4ad943 commit 2101ef4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
- "ictest-ibchooks"
- "ictest-pfm"
- "ictest-lsm"
- "ictest-haltfork"
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion interchaintest/lsm_halt_fork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestPersistenceLSMHaltFork(t *testing.T) {
var (
chainName = "persistence"
upgradeRepo = PersistenceCoreImage.Repository
initialVersion = "v10.4.1-fix"
initialVersion = "v9.1.1"
upgradeBranchVersion = PersistenceCoreImage.Version
)

Expand Down

0 comments on commit 2101ef4

Please sign in to comment.