remove flaky test: might fail due to async execution

This commit is contained in:
Hendrik Muhs 2019-12-03 18:28:23 +01:00
parent 7aae212287
commit d5eb9379c9
1 changed files with 0 additions and 6 deletions

View File

@ -279,9 +279,3 @@ setup:
index: .transform-internal-004
- match: { \.transform-internal-004.mappings.dynamic: "false" }
- match: { \.transform-internal-004.mappings.properties.id.type: "keyword" }
- do:
indices.get_mapping:
index: .transform-notifications-000002
- match: { \.transform-notifications-000002.mappings.dynamic: "false" }
- match: { \.transform-notifications-000002.mappings.properties.transform_id.type: "keyword" }
- match: { \.transform-notifications-000002.mappings.properties.timestamp.type: "date" }