From 405279b2ca39462d6a0082bd3ee767b48f45cf1b Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 7 Sep 2015 14:32:29 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index ba954d6..40b65ff 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -1431,8 +1431,6 @@ public class TestingList extends Panel { break; } } - if(!isTestRunAllowed()) - return; if (selectedTestsRows.length > 0) { //at least one test is selected: launch it (or them) System.out.println("\n===================================================\n"); executeParallelTestsGroup(selectedTestsRows); //last execution did not find a test file. Continue with next execution