Unverified Commit 1f67f0f1 authored by Morgan Jones's avatar Morgan Jones
Browse files

nixos/tests/mattermost: disable MySQL tests on aarch64

There seems to be some intermittent issue initializing the database on
aarch64. Still test Postgres since it is the default.
parent 9f23ed66
Loading
Loading
Loading
Loading
+15 −12
Original line number Diff line number Diff line
@@ -557,6 +557,8 @@ import ../make-test-python.nix (
            shutdown_queue.task_done()
        threading.Thread(target=shutdown_worker, daemon=True).start()

        ${pkgs.lib.optionalString pkgs.stdenv.isx86_64 ''
          # Only run the MySQL tests on x86_64 so we don't have to debug MySQL ARM issues.
          run_mattermost_tests(
            shutdown_queue,
            "${nodes.mysqlMutable.system.build.toplevel}",
@@ -569,6 +571,7 @@ import ../make-test-python.nix (
            "${nodes.mysqlEnvironmentFile.system.build.toplevel}",
            mysqlEnvironmentFile
          )
        ''}

        run_mattermost_tests(
          shutdown_queue,