// TODO: these need to be investigated; may be related to AXIOM-315
builder.exclude(org.apache.axiom.ts.om.document.TestSerializeAndConsumeWithIncompleteDescendant.class);
builder.exclude(org.apache.axiom.ts.om.element.TestSerializeAndConsumeWithIncompleteDescendant.class);
// TODO: resolveQName appears to have issues resolving QNames without prefixes; needs further investigation
builder.exclude(TestResolveQNameWithDefaultNamespace.class);
builder.exclude(TestResolveQNameWithoutNamespace.class);
// TODO: Axiom should throw an exception if an attempt is made to create a cyclic parent-child relationship
builder.exclude(TestInsertSiblingAfterOnChild.class);
builder.exclude(TestInsertSiblingBeforeOnChild.class);