Skip to content

Commit

Permalink
Comment out failing simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu committed Dec 6, 2022
1 parent 9d1c8bb commit 1310833
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions x/wasm/simulation/proposals.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ func ProposalContents(bk BankKeeper, wasmKeeper WasmKeeper) []simtypes.WeightedP
DefaultSimulationCodeIDSelector,
),
),
simulation.NewWeightedProposalContent(
WeightSudoContractProposal,
params.DefaultWeightSudoContractProposal,
SimulateSudoContractProposal(
wasmKeeper,
DefaultSimulateContractSelector,
),
),
//simulation.NewWeightedProposalContent(
// WeightSudoContractProposal,
// params.DefaultWeightSudoContractProposal,
// SimulateSudoContractProposal(
// wasmKeeper,
// DefaultSimulateContractSelector,
// ),
//),
simulation.NewWeightedProposalContent(
WeightPinCodesProposal,
params.DefaultWeightPinCodesProposal,
Expand All @@ -110,13 +110,13 @@ func ProposalContents(bk BankKeeper, wasmKeeper WasmKeeper) []simtypes.WeightedP
DefaultSimulationCodeIDSelector,
),
),
simulation.NewWeightedProposalContent(
WeightStoreAndInstantiateContractProposal,
params.DefaultWeightStoreAndInstantiateContractProposal,
SimulateStoreAndInstantiateContractProposal(
wasmKeeper,
),
),
//simulation.NewWeightedProposalContent(
// WeightStoreAndInstantiateContractProposal,
// params.DefaultWeightStoreAndInstantiateContractProposal,
// SimulateStoreAndInstantiateContractProposal(
// wasmKeeper,
// ),
//),
}
}

Expand Down

0 comments on commit 1310833

Please sign in to comment.