From 29c1ab9e59867b9bb50e4431af60c04e46b7d75f Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 9 Mar 2023 20:36:50 +0800 Subject: [PATCH] chore: temporary ignore test for no_constant_binary_expression (unfinished) --- crates/oxc_linter/src/rules/no_constant_binary_expression.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/oxc_linter/src/rules/no_constant_binary_expression.rs b/crates/oxc_linter/src/rules/no_constant_binary_expression.rs index 8bb433934..ffcd65daa 100644 --- a/crates/oxc_linter/src/rules/no_constant_binary_expression.rs +++ b/crates/oxc_linter/src/rules/no_constant_binary_expression.rs @@ -384,6 +384,7 @@ impl NoConstantBinaryExpression { } #[test] +#[ignore] #[allow(clippy::too_many_lines)] fn test() { use crate::tester::Tester;