##########################################################################
# Mule 1.x failures
##########################################################################

# MULE-2258: fails on the build server
org.mule.test.usecases.sync.TcpToFileTestCase

##########################################################################
# Convert to XML-based config
##########################################################################

# MULE-2749
org.mule.test.integration.transport.jdbc.JdbcTransactionalJdbcFunctionalTestCase
org.mule.test.integration.transport.jdbc.JdbcTransactionalXaFunctionalTestCase

# MULE-3593
org.mule.test.integration.transaction.XATransactionsWithSpringDAO

# Convert transacted endpoint to XML config
# MULE-3705
org.mule.test.integration.client.MuleClientTransactionTestCase

##########################################################################
# Mule 2.0.x failures
##########################################################################

# MULE-2733
# @ in URI is not getting replaced (1 of 3 tests fails)
org.mule.test.integration.util.ObjectNameHelperTestCase

##########################################################################
# Low priority
##########################################################################

# MULE-2742
org.mule.test.integration.models.DirectPipelineTestCase
org.mule.test.integration.models.ConfigureModelTestCase

# MULE-2741
org.mule.test.integration.models.OptimisedSedaPipelineTestCase
org.mule.test.integration.models.SedaPipelineTestCase

# MULE-3000
org.mule.test.integration.client.MuleClientRemotingTcpTestCase
org.mule.test.integration.client.MuleClientRemotingJmsTestCase

# This works, but it requires tools.jar on the classpath which we currently don't require:
org.mule.test.integration.client.MuleClientWSDLExternalTestCase

# EE-979
org.mule.security.MultiuserSecurityTestCase

#No Jira, temporary exclusion because it passes locally but not on the build server
#org.mule.test.transformers.XQueryFunctionalTestCase

# MULE-4483
org.mule.test.integration.routing.outbound.ExpressionSplitterXPathWithFiltersTestCase

# MULE-4484
org.mule.test.integration.client.MuleClientRemotingHttpTestCase

# MULE-4485
org.mule.test.integration.routing.inbound.InboundRouterSyncAsyncClientTestCase

#TODO
org.mule.context.notification.ServerNotificationManagerTestCase

# abstract-transformer and abstract-message-processor violate "Unique Particle Attribution"
# org.mule.config.spring.RootSchemaValidationTestCase

# These tests have a property propagation / MEPs issue
org.mule.routing.outbound.ChainingRouterPropertyPropagationTestCase
org.mule.test.integration.messaging.meps.InOptionalOutOutOptionalInTestCase
org.mule.test.integration.messaging.meps.InOutOutOnlyAsyncRouterTestCase

# BL-38 Need to port for CXF changes
org.mule.test.integration.transport.cxf.CxfClientPassivateTestCase
org.mule.test.integration.message.MessagePropertyInResponseTransformersTestCase

# MULE-4976 (broken with migration to Spring 3)
org.mule.test.integration.spring.events.async.SpringEventsJmsAsyncExampleTestCase

# BL-186
org.mule.test.integration.exceptions.SystemExceptionStrategyTestCase

# test for MULE-5515
org.mule.test.integration.routing.outbound.MulticastWithXaTestCase

# AMQ 5.x never returns a message within xa flow request, regression in amq
org.mule.test.integration.transport.jms.scripting.JmsRequestFromScriptWithXaTransactionTestCase

# Disable temporarily.  This tests needs updating to assert that the flow insitialisation fails.
org.mule.test.construct.FlowAynchronousProcessingStrategyTestCase

# EE-2518
org.mule.test.usecases.ReplyToTestCase