Commit f13dd1c4 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

dmarc-metrics-exporter: disable flaky tests on darwin

parent 68843533
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  python3,
  fetchFromGitHub,
}:
@@ -42,6 +43,12 @@ python3.pkgs.buildPythonApplication rec {
    requests
  ];

  disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
    # flaky tests
    "test_build_info"
    "test_prometheus_exporter"
  ];

  disabledTestPaths = [
    # require networking
    "dmarc_metrics_exporter/tests/test_e2e.py"