Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Sep 19, 2024
1 parent 858c394 commit 3f51e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion tests/e2e/commands/subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func CreateSubnetEvmConfigWithVersion(subnetName string, genesisPath string, ver
genesisPath,
"--evm",
subnetName,
"--proof-of-authority",
"--" + constants.SkipUpdateFlag,
"--teleporter=false",
"--evm-token",
Expand Down Expand Up @@ -122,6 +123,7 @@ func CreateCustomVMConfig(subnetName string, genesisPath string, vmPath string)
"create",
"--genesis",
genesisPath,
"--proof-of-authority",
"--custom",
subnetName,
"--custom-vm-path",
Expand Down Expand Up @@ -225,7 +227,6 @@ func DeploySubnetLocallyWithArgs(subnetName string, version string, confPath str
if confPath != "" {
cmdArgs = append(cmdArgs, "--config", confPath)
}
cmdArgs = append(cmdArgs, "--proof-of-authority")
// in case we want to use specific avago for local tests
debugAvalanchegoPath := os.Getenv(constants.E2EDebugAvalanchegoPath)
if debugAvalanchegoPath != "" {
Expand Down
5 changes: 0 additions & 5 deletions tests/e2e/testcases/subnet/local/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ const (
subnetName = "e2eSubnetTest"
secondSubnetName = "e2eSecondSubnetTest"
confPath = "tests/e2e/assets/test_avalanche-cli.json"
stakeAmount = "2000"
stakeDuration = "337h"
delegateAmount = "25"
delegateDuration = "336h"
localNetwork = "Local Network"
)

var (
Expand Down

0 comments on commit 3f51e72

Please sign in to comment.