File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/slm/src/javaRestTest/java/org/elasticsearch/xpack/slm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2222import org .elasticsearch .common .compress .CompressedXContent ;
2323import org .elasticsearch .common .settings .Settings ;
2424import org .elasticsearch .common .xcontent .XContentHelper ;
25+ import org .elasticsearch .core .SuppressForbidden ;
2526import org .elasticsearch .core .TimeValue ;
2627import org .elasticsearch .test .cluster .ElasticsearchCluster ;
2728import org .elasticsearch .test .cluster .local .distribution .DistributionType ;
6768import static org .hamcrest .Matchers .not ;
6869import static org .hamcrest .Matchers .startsWith ;
6970
71+ @ SuppressForbidden (reason = "TemporaryFolder uses java.io.File" )
7072public class SnapshotLifecycleRestIT extends ESRestTestCase {
7173 private static final String NEVER_EXECUTE_CRON_SCHEDULE = "* * * 31 FEB ? *" ;
7274
You can’t perform that action at this time.
0 commit comments