Unverified Commit 89df43f4 authored by Tristan Ross's avatar Tristan Ross Committed by GitHub
Browse files

mattermost: disable more broken tests (#400265)

parents 9e2bd69c 3baf270e
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -39,9 +39,10 @@ mattermost.overrideAttrs (
      + ''
        # Just echo install/get/mod commands in the Makefile, since the dependencies are locked.
        substituteInPlace server/Makefile \
          --replace-warn '$(GO) install' '@echo $(GO) install' \
          --replace-warn '$(GO) get' '@echo $(GO) get' \
          --replace-warn '$(GO) get' '@echo $(GO) mod'
          --replace-warn '$(GO) install' 'echo $(GO) install' \
          --replace-warn '$(GOBIN)/go$$version download' 'echo $(GOBIN)/go$$version download' \
          --replace-warn '$(GO) get' 'echo $(GO) get' \
          --replace-warn '$(GO) get' 'echo $(GO) mod'
        # mmctl tests shell out by writing a bash script to a tempfile
        substituteInPlace server/cmd/mmctl/commands/config_e2e_test.go \
          --replace-fail '#!/bin/bash' '#!${runtimeShell}'
@@ -142,6 +143,9 @@ mattermost.overrideAttrs (
        # Appear to be broken.
        "TestSessionStore/MySQL/SessionGetWithDeviceId"
        "TestSessionStore/MySQL/GetMobileSessionMetadata"
        "TestSessionStore/MySQL/GetSessionsWithActiveDeviceIds"
        "TestUpdateTeam"
        "TestSyncSyncableRoles"
      ]
      ++ optionals (!stdenv.hostPlatform.isx86_64) [
        # aarch64: invalid operating system or processor architecture