Skip to content

Commit

Permalink
Disable webapi in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Apr 19, 2023
1 parent 7007c7b commit 65c2de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/integration-tests/tester/framework/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func PeerConfig() config.GoShimmer {

c.Image = "iotaledger/goshimmer"

c.DisabledPlugins = []string{"portcheck", "remotelogmetrics", "remotemetrics", "WebAPISlotEndpoint", "ManaInitializer", "Warpsync"}
c.DisabledPlugins = []string{"portcheck", "remotelogmetrics", "remotelog", "WebAPISlotEndpoint", "WebAPIMetricsEndpoint", "ManaInitializer", "Warpsync"}

c.Network.Enabled = true

Expand Down Expand Up @@ -111,7 +111,7 @@ func EntryNodeConfig() config.GoShimmer {
"manualpeering", "WebAPIDataEndpoint", "WebAPIFaucetRequestEndpoint", "WebAPIBlockEndpoint",
"WebAPIWeightProviderEndpoint", "WebAPIInfoEndpoint", "WebAPIRateSetterEndpoint", "WebAPISchedulerEndpoint", "WebAPIHealthzEndpoint",
"WebAPIManaEndpoint", "WebAPISlotEndpoint", "remotelog", "remotelogmetrics", "DAGsVisualizer",
"WebAPILedgerstateEndpoint", "Warpsync", "retainer", "indexer", "WebAPIManaEndpoint")
"WebAPILedgerstateEndpoint", "WebAPIMetricsEndpoint", "Warpsync", "retainer", "indexer", "WebAPIManaEndpoint")
c.P2P.Enabled = false
c.Activity.Enabled = false
c.BlockIssuer.Enabled = false
Expand Down

0 comments on commit 65c2de8

Please sign in to comment.