Skip to content

Commit 6857590

Browse files
skip YAML rest compatibility tests
1 parent 4bd1afe commit 6857590

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
126126
task.replaceValueInMatch("Size", 49, "Test flamegraph from test-events")
127127
})
128128

129-
tasks.named('yamlRestCompatTest').configure {
129+
tasks.named('yamlRestCompatTest').configure { task ->
130+
task.skipTest("privileges/11_builtin/Test get builtin privileges" ,"adding new built-in privileges will always break compatibility tests")
130131
systemProperty 'es.queryable_built_in_roles_enabled', 'false'
131132
}

0 commit comments

Comments
 (0)