diff --git a/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/30_snapshot.yaml b/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/30_snapshot.yaml index e56dc88f5e9..a7af512666c 100644 --- a/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/30_snapshot.yaml +++ b/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/30_snapshot.yaml @@ -40,8 +40,3 @@ setup: - match: { snapshot.shards.successful: 1 } - match: { snapshot.shards.failed : 0 } - # ghetto teardown, so we can debug this thing with external hdfs - - do: - snapshot.delete: - repository: test_repo_hdfs_snapshot - snapshot: test_snapshot diff --git a/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/40_restore.yaml b/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/40_restore.yaml index a73219fcd26..2327b5da906 100644 --- a/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/40_restore.yaml +++ b/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/40_restore.yaml @@ -63,8 +63,3 @@ setup: - match: { test_index.shards.0.index.files.reused: 0} - match: { test_index.shards.0.index.size.reused_in_bytes: 0} - # ghetto teardown, so we can debug this thing with external hdfs - - do: - snapshot.delete: - repository: test_repo_hdfs_restore - snapshot: test_restore