Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for skipTest (0.07 seconds)

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

                if (fieldName.startsWith("cat.")) {
                    return false;
                }
            }
            return true;
        }
    
        public void skipTest(String fullTestName, String reason) {
            //The tests are defined by 3 parts a/b/c where
            // a = the folder name
            // b = the file name without the .yml extension
            // c = the test name inside the .yml
    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)
  2. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy

                dependencies {
                   yamlRestTestImplementation "junit:junit:4.12"
                }
                tasks.named("yamlRestTestV${compatibleVersion}CompatTransform").configure({ task ->
                  task.skipTest("test/test/two", "This is a test to skip test two")
                  task.replaceValueInMatch("_type", "_doc")
                  task.replaceValueInMatch("_source.values", ["z", "x", "y"], "one")
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 30 16:30:48 GMT 2021
    - 16.4K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/docker/TransformLog4jConfigFilter.java

            // over multiple lines and we need to omit those properties.
            boolean skipNext = false;
    
            for (String line : lines) {
                if (skipNext) {
                    if (line.endsWith("\\") == false) {
                        skipNext = false;
                    }
                    continue;
                }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 4.4K bytes
    - Click Count (0)
  4. guava-tests/benchmark/com/google/common/collect/MapBenchmark.java

            Map<Element, Element> map = Maps.newTreeMap();
            for (Element element : keys) {
              map.put(element, element);
            }
            return map;
          }
        },
        SkipList {
          @Override
          Map<Element, Element> create(Collection<Element> keys) {
            Map<Element, Element> map = new ConcurrentSkipListMap<>();
            for (Element element : keys) {
              map.put(element, element);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue May 13 17:27:14 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  5. compat/maven-model-builder/src/site/apt/index.apt

    *----+------+------+
    | <<<*>>> | user properties, set from CLI with <<<-Dproperty=value>>> | <<<$\{skipTests\}>>> |
    *----+------+------+
    | <<<*>>> | model properties, such as project properties set in the pom | <<<$\{any.key\}>>> |
    *----+------+------+
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jan 03 08:42:52 GMT 2025
    - 13.2K bytes
    - Click Count (0)
  6. cmd/testdata/decryptObjectInfo.json.zst

    AAfAKIeqTXy9I3FXd8A/bpIzBCoeS5xEBNRz/YYA0fXk3upvXiJd6g==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/src/skipper/skip_test.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"bR813QVWfTbe5tNUC4eU=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAPPrRKhGEC2YnEsK/EV9WP6p+...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Oct 29 16:34:20 GMT 2020
    - 164K bytes
    - Click Count (0)
Back to Top