remove flaky test: might fail due to async execution
This commit is contained in:
parent
7aae212287
commit
d5eb9379c9
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue