diff --git a/tests/integration_tests/build/test_style.py b/tests/integration_tests/build/test_style.py index c46eee73a95..cee6febe38c 100644 --- a/tests/integration_tests/build/test_style.py +++ b/tests/integration_tests/build/test_style.py @@ -16,7 +16,7 @@ @pytest.mark.timeout(120) @pytest.mark.skipif( platform.machine() != "x86_64", - reason="rustfmt is not available on Rust 1.38 on aarch64" + reason="no need to test it on multiple platforms" ) def test_rust_style(): """Fail if there's misbehaving Rust style in this repo."""