From 0dff85b07d361303dd94712449343baee2d4947f Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Tue, 4 Jun 2024 17:21:35 -0500 Subject: [PATCH] remove from test_detectors --- tests/e2e/detectors/test_detectors.py | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/tests/e2e/detectors/test_detectors.py b/tests/e2e/detectors/test_detectors.py index 5604b57dd..876c381cb 100644 --- a/tests/e2e/detectors/test_detectors.py +++ b/tests/e2e/detectors/test_detectors.py @@ -1403,26 +1403,6 @@ def id_test(test_item: Test): "type_based_tautology.sol", "0.7.6", ), - Test( - all_detectors.SimilarVarsDetection, - "similar_variables.sol", - "0.4.25", - ), - Test( - all_detectors.SimilarVarsDetection, - "similar_variables.sol", - "0.5.16", - ), - Test( - all_detectors.SimilarVarsDetection, - "similar_variables.sol", - "0.6.11", - ), - Test( - all_detectors.SimilarVarsDetection, - "similar_variables.sol", - "0.7.6", - ), Test( all_detectors.MsgValueInLoop, "msg_value_loop.sol",