Skip to content

Commit

Permalink
Merge #2796
Browse files Browse the repository at this point in the history
2796: Revert "Temporarily add TestEnableDevelopmentNetworkProtocols to e2e tests" r=piotr-iohk a=Anviking

ADP-1025

Reverts #2790

With #2791, it shouldn't be needed.

Co-authored-by: Johannes Lund <[email protected]>
  • Loading branch information
iohk-bors[bot] and Anviking authored Aug 16, 2021
2 parents 222bd99 + ab3bfd5 commit 760c03b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ task :get_latest_configs, [:env] do |task, args|
# remove environment names from genesis files
config = File.read(config_file)
config_edited = config.gsub(/#{env}-([^-]+)-genesis.json/, 'genesis-\1.json')
config_hash = JSON.parse(config_edited)
config_hash["TestEnableDevelopmentNetworkProtocols"] = true
File.open(config_file, "w") { |file| file.puts config_hash.to_json }
File.open(config_file, "w") { |file| file.puts config_edited }
end
end

Expand Down

0 comments on commit 760c03b

Please sign in to comment.