Skip to content

Commit

Permalink
remove resolved TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed May 8, 2024
1 parent 5a3b7e8 commit 37a6d36
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions integration-tests/chaos/automation_chaos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func TestAutomationChaos(t *testing.T) {
l := logging.GetTestLogger(t)

registryVersions := map[string]eth_contracts.KeeperRegistryVersion{
// TODO is this correct? Action used to to configure OCR doesn't support registry 2.0 ¯\_(ツ)_/¯
"registry_2_0": eth_contracts.RegistryVersion_2_0,
"registry_2_1": eth_contracts.RegistryVersion_2_1,
"registry_2_2": eth_contracts.RegistryVersion_2_2,
Expand Down Expand Up @@ -220,14 +219,14 @@ func TestAutomationChaos(t *testing.T) {
}).
AddHelm(testCase.networkChart).
AddHelm(testCase.clChart)
// TODO we need to update the image in CTF, the old one is not available anymore
// deploy blockscout if running on simulated
// AddHelm(testCase.clChart).
// AddChart(blockscout.New(&blockscout.Props{
// Name: "geth-blockscout",
// WsURL: network.URL,
// HttpURL: network.HTTPURLs[0],
// })
// TODO we need to update the image in CTF, the old one is not available anymore
// deploy blockscout if running on simulated
// AddHelm(testCase.clChart).
// AddChart(blockscout.New(&blockscout.Props{
// Name: "geth-blockscout",
// WsURL: network.URL,
// HttpURL: network.HTTPURLs[0],
// })
err = testEnvironment.Run()
require.NoError(t, err, "Error setting up test environment")
if testEnvironment.WillUseRemoteRunner() {
Expand Down

0 comments on commit 37a6d36

Please sign in to comment.