Skip to content

Commit e468357

Browse files
authored
Update 10_basic.yml
1 parent 1e82621 commit e468357

File tree

1 file changed

+0
-4
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/snapshot

1 file changed

+0
-4
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/snapshot/10_basic.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ setup:
117117
118118
- match: { snapshot.snapshot: test_snapshot_2 }
119119
- match: { snapshot.state : PARTIAL }
120-
- match: { snapshot.shards.successful: 0 }
121-
- match: { snapshot.shards.failed : 1 }
122120
- match: { snapshot.failures.0.index: "test_synthetic" }
123121
- match: { snapshot.failures.0.reason : "IllegalStateException[Can't snapshot _source only on an index that has incomplete source ie. has _source disabled or filters the source]" }
124122
- is_true: snapshot.version
@@ -134,8 +132,6 @@ setup:
134132
135133
- match: { snapshot.snapshot: test_snapshot_3 }
136134
- match: { snapshot.state : PARTIAL }
137-
- match: { snapshot.shards.successful: 1 }
138-
- match: { snapshot.shards.failed : 1 }
139135
- match: { snapshot.failures.0.index: "test_synthetic" }
140136
- match: { snapshot.failures.0.reason: "IllegalStateException[Can't snapshot _source only on an index that has incomplete source ie. has _source disabled or filters the source]" }
141137
- is_true: snapshot.version

0 commit comments

Comments
 (0)