diff --git a/multiversx_sdk_cli/tests/test_cli_contracts.sh b/multiversx_sdk_cli/tests/test_cli_contracts.sh index fe980cfe..48e9fcd1 100755 --- a/multiversx_sdk_cli/tests/test_cli_contracts.sh +++ b/multiversx_sdk_cli/tests/test_cli_contracts.sh @@ -34,12 +34,6 @@ testBuildContracts() { assertFileExists ${SANDBOX}/empty/output/empty.abi.json || return 1 } -testRunScenarios() { - echo "testRunScenarios" - ${CLI} --verbose contract test --directory="scenarios" ${SANDBOX}/adder || return 1 - ${CLI} --verbose contract test --directory="scenarios" ${SANDBOX}/empty || return 1 -} - testWasmName() { echo "testWasmName"