diff --git a/integration_tests/test_basic.py b/integration_tests/test_basic.py index 916d216a9a..d5f676668e 100644 --- a/integration_tests/test_basic.py +++ b/integration_tests/test_basic.py @@ -824,6 +824,7 @@ def test_contract(cronos): origin_cmd = None +@pytest.mark.skip(reason="max_gas_wanted not supported now") @pytest.mark.parametrize("max_gas_wanted", [80000000, 40000000, 25000000, 500000, None]) def test_tx_inclusion(cronos, max_gas_wanted): """