From ec576ecfa26321ab363cf5e97fe2cdaef67b3b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Hajdan=2C=20Jr?= Date: Mon, 10 Apr 2017 22:55:57 +0200 Subject: [PATCH] Stop running deprecated simulation_test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://codereview.chromium.org/2808833003/ for context. Bug: 699120, 693058 Change-Id: I1420c347d4ae2bac8bea54bc1b921fe6b65e6161 Reviewed-on: https://chromium-review.googlesource.com/474027 Reviewed-by: Robbie Iannucci Commit-Queue: Paweł Hajdan Jr. --- tests/recipes_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/recipes_test.py b/tests/recipes_test.py index 1d1e4afff..3c9e0fd11 100755 --- a/tests/recipes_test.py +++ b/tests/recipes_test.py @@ -16,9 +16,6 @@ def recipes_py(*args): os.path.join(ROOT_DIR, 'recipes', 'recipes.py'), '--use-bootstrap'] + list(args)) -# Run both current simulation test logic (simulation_test), and experimental -# (test). Eventually the former will be removed. -recipes_py('simulation_test') recipes_py('test', 'run') recipes_py('lint')