Searched refs:getDisabledTests (Results 1 – 2 of 2) sorted by relevance
584 Set<String> disabledTests = TestMapping.getDisabledTests(tempDirPath, "presubmit"); in testGetDisabledTests()587 disabledTests = TestMapping.getDisabledTests(tempDirPath, "postsubmit"); in testGetDisabledTests()590 disabledTests = TestMapping.getDisabledTests(tempDirPath, "othertype"); in testGetDisabledTests()
307 Set<String> disabledTests = getDisabledTests(testMappingsRootPath, testGroup); in getTests()399 static Set<String> getDisabledTests(Path testMappingsRootPath, String testGroup) { in getDisabledTests() method in TestMapping