Skip to content

Commit 62334b3

Browse files
committed
removed unneeded annotation
1 parent 385e821 commit 62334b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/logsdb/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/LogsdbSnapshotRestoreIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ public void cleanup() throws Exception {
163163
deleteDataStream("logs-my-test");
164164
}
165165

166-
@SuppressForbidden(reason = "TemporaryFolder only has io.File methods, not nio.File")
167166
static void snapshotAndRestore(String sourceMode, String arrayType, boolean sourceOnly) throws IOException {
168167
String dataStreamName = "logs-my-test";
169168
String repositoryName = "my-repository";

0 commit comments

Comments
 (0)