Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Sep 11, 2024
1 parent 4fb7441 commit b60bf84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/data-streams/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ if (BuildParams.isSnapshotBuild() == false) {
systemProperty 'es.failure_store_feature_flag_enabled', 'true'
}
}

tasks.named("yamlRestCompatTestTransform").configure({ task ->
task.skipTest("data_stream/10_basic/Create hidden data stream", "warning does not exist for compatibility")
})

0 comments on commit b60bf84

Please sign in to comment.