// SOAPFaultText is currently unsupported in DOOM
builder.exclude(TestSetLang.class);
// TODO: a couple of prerequisites for these tests are not implemented
builder.exclude(org.apache.axiom.ts.soap11.faultcode.TestSetValueFromQName.class);
builder.exclude(org.apache.axiom.ts.soap12.faultcode.TestSetValueFromQName.class);
builder.exclude(TestSetValueFromQNameWithExistingValue.class);
// TODO: fails because DOOM's factories are not stateless
// (and createOMDocument doesn't create a new document in this case)
builder.exclude(TestXPathAppliedToSOAPEnvelope.class, "(createDocument=true)");