File tree 1 file changed +3
-0
lines changed
buildSrc/src/test/java/org/elasticsearch/gradle/precommit
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 4
4
import org .gradle .testkit .runner .BuildResult ;
5
5
import org .gradle .testkit .runner .GradleRunner ;
6
6
import org .gradle .testkit .runner .TaskOutcome ;
7
+ import org .junit .Ignore ;
7
8
8
9
import java .util .Arrays ;
9
10
@@ -20,6 +21,7 @@ public void testPluginCanBeApplied() {
20
21
assertTrue (result .getOutput ().contains ("build plugin can be applied" ));
21
22
}
22
23
24
+ @ Ignore ("AwaitsFix : https://github.com/elastic/elasticsearch/issues/31665" )
23
25
public void testNameCheckFailsAsItShould () {
24
26
BuildResult result = GradleRunner .create ()
25
27
.withProjectDir (getProjectDir ("namingConventionsSelfTest" ))
@@ -44,6 +46,7 @@ public void testNameCheckFailsAsItShould() {
44
46
}
45
47
}
46
48
49
+ @ Ignore ("AwaitsFix : https://github.com/elastic/elasticsearch/issues/31665" )
47
50
public void testNameCheckFailsAsItShouldWithMain () {
48
51
BuildResult result = GradleRunner .create ()
49
52
.withProjectDir (getProjectDir ("namingConventionsSelfTest" ))
You can’t perform that action at this time.
0 commit comments