Skip to content

Commit d1f560a

Browse files
authored
increase log level for test (#69000)
1 parent 26d560d commit d1f560a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildSrc/src/integTest/groovy/org/elasticsearch/gradle/YamlRestCompatTestPluginFuncTest.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ class YamlRestCompatTestPluginFuncTest extends AbstractRestResourcesFuncTest {
296296
}
297297

298298
when:
299-
result = gradleRunner(transformTask).build()
299+
//TODO: remove "-i" once https://github.com/elastic/elasticsearch/issues/68973 is resolved
300+
result = gradleRunner(transformTask, "-i").build()
300301

301302
then:
302303
result.task(transformTask).outcome == TaskOutcome.UP_TO_DATE

0 commit comments

Comments
 (0)