Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for skipTestsByFilePattern (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java

            }
    
            skippedTestByTestNameTransformations.computeIfAbsent(skippedPatternSet, k -> new ArrayList<>()).add(Pair.of(fullTestName, reason));
        }
    
        public void skipTestsByFilePattern(String filePattern, String reason) {
            PatternSet skippedPatternSet = patternSetFactory.create();
            skippedPatternSet.include(filePattern);
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 30 16:30:48 GMT 2021
    - 22.3K bytes
    - Click Count (0)
Back to Top