diff --git a/src/main/resources/access-filter.json b/src/main/resources/access-filter.json index d4e4e17..4d017a0 100644 --- a/src/main/resources/access-filter.json +++ b/src/main/resources/access-filter.json @@ -29,6 +29,9 @@ }, { "excludeClasses": "com.github.helpermethod.connect.offset.reset.ConnectOffsetResetTest" + }, + { + "excludeClasses": "com.github.helpermethod.connect.offset.reset.OffsetResetterTest" } ] -} \ No newline at end of file +}