mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
[test framework] remove @HardwareAgentRequired annotation: drop unused properties
GitOrigin-RevId: bdb107d1783beb7a9ce6fc95f5bd012e818df736
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0db8fd8cff
commit
1811181dc1
@@ -43,7 +43,6 @@ public class TestCaseLoader {
|
||||
public static final String RUN_ONLY_AFFECTED_TEST_FLAG = "idea.run.only.affected.tests";
|
||||
public static final String TEST_RUNNERS_COUNT_FLAG = "idea.test.runners.count";
|
||||
public static final String TEST_RUNNER_INDEX_FLAG = "idea.test.runner.index";
|
||||
public static final String HARDWARE_AGENT_REQUIRED_FLAG = "idea.hardware.agent.required";
|
||||
public static final String VERBOSE_LOG_ENABLED_FLAG = "idea.test.log.verbose";
|
||||
public static final String FAIR_BUCKETING_FLAG = "idea.fair.bucketing";
|
||||
public static final String IS_TESTS_DURATION_BUCKETING_ENABLED_FLAG = "idea.tests.duration.bucketing.enabled";
|
||||
@@ -55,7 +54,6 @@ public class TestCaseLoader {
|
||||
private static final boolean INCLUDE_UNCONVENTIONALLY_NAMED_TESTS = Boolean.getBoolean(INCLUDE_UNCONVENTIONALLY_NAMED_TESTS_FLAG);
|
||||
private static final boolean RUN_ONLY_AFFECTED_TESTS = Boolean.getBoolean(RUN_ONLY_AFFECTED_TEST_FLAG);
|
||||
private static final boolean RUN_WITH_TEST_DISCOVERY = System.getProperty("test.discovery.listener") != null;
|
||||
private static final boolean HARDWARE_AGENT_REQUIRED = Boolean.getBoolean(HARDWARE_AGENT_REQUIRED_FLAG);
|
||||
public static final boolean IS_VERBOSE_LOG_ENABLED = Boolean.getBoolean(VERBOSE_LOG_ENABLED_FLAG);
|
||||
|
||||
public static final int TEST_RUNNERS_COUNT = Integer.parseInt(System.getProperty(TEST_RUNNERS_COUNT_FLAG, "1"));
|
||||
|
||||
Reference in New Issue
Block a user