Co-authored-by: yuanyi <yuanyi@freewheel.tv>
This commit is contained in:
Yi Yuan 2021-04-06 10:39:06 +08:00 committed by GitHub
parent 8cf1e83543
commit 053af6815d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ public abstract class AbstractStreamIndexingTest extends AbstractIndexerTest
return listResources(DATA_RESOURCE_ROOT)
.stream()
.filter(resource -> !SUPERVISOR_SPEC_TEMPLATE_FILE.equals(resource))
.filter(resource -> !SUPERVISOR_WITH_AUTOSCALER_SPEC_TEMPLATE_FILE.equals(resource))
.collect(Collectors.toList());
}