Skip to content

Commit 7bdc917

Browse files
committed
test registration
1 parent a8fb873 commit 7bdc917

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/test/java/org/elasticsearch/ExceptionSerializationTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ public void testExceptionRegistration() throws IOException, URISyntaxException {
146146
final Set<? extends Class<?>> ignore = Sets.newHashSet(
147147
CancellableThreadsTests.CustomException.class,
148148
RestResponseTests.WithHeadersException.class,
149-
AbstractClientHeadersTestCase.InternalException.class
149+
AbstractClientHeadersTestCase.InternalException.class,
150+
ElasticsearchExceptionTests.ExceptionSubclass.class
150151
);
151152
FileVisitor<Path> visitor = new FileVisitor<Path>() {
152153
private Path pkgPrefix = PathUtils.get(path).getParent();

0 commit comments

Comments
 (0)