Unverified Commit 40662138 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

mattermost: disable MySQL tests (#419777)

parents b92d3078 83234868
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -145,9 +145,12 @@ mattermost.overrideAttrs (
        "TestRunServerNoSystemd"

        # Appear to be broken.
        "TestSessionStore/MySQL/SessionGetWithDeviceId"
        "TestSessionStore/MySQL/GetMobileSessionMetadata"
        "TestSessionStore/MySQL/GetSessionsWithActiveDeviceIds"
        "TestSessionStore/MySQL"
        "TestAccessControlPolicyStore/MySQL"
        "TestAttributesStore/MySQL"
        "TestBasicAPIPlugins"

        "TestRunExportJobE2EByType"
        "TestUpdateTeam"
        "TestSyncSyncableRoles"
      ]