diff --git a/tests/jax/test_fused_attn.py b/tests/jax/test_fused_attn.py index 1dd92fe181..f4f279c868 100644 --- a/tests/jax/test_fused_attn.py +++ b/tests/jax/test_fused_attn.py @@ -481,7 +481,7 @@ def _check_configs(self): if self.attn_bias_type is not AttnBiasType.NO_BIAS: pytest.skip(f"cuDNN does not support pre or post scale bias for BRCM") if self.dropout_prob != 0.0: - pytest.skip(f"cuDNN does not support non-zero dropoouts for BRCM") + pytest.skip("cuDNN does not support non-zero dropouts for BRCM") if self.qkv_layout.is_qkvpacked(): if self.max_seqlen_q != self.max_seqlen_kv: