From 0a1cd29e9e15e0da0ef69e5ba0e1888220fd566d Mon Sep 17 00:00:00 2001 From: Joey den Broeder Date: Thu, 15 Aug 2024 15:30:43 +0100 Subject: [PATCH] Disable New Relic / Splunk tests --- tests/integration/{test_newrelic.py => disabled_test_newrelic.py} | 0 tests/integration/{test_splunk.py => disabled_test_splunk.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/integration/{test_newrelic.py => disabled_test_newrelic.py} (100%) rename tests/integration/{test_splunk.py => disabled_test_splunk.py} (100%) diff --git a/tests/integration/test_newrelic.py b/tests/integration/disabled_test_newrelic.py similarity index 100% rename from tests/integration/test_newrelic.py rename to tests/integration/disabled_test_newrelic.py diff --git a/tests/integration/test_splunk.py b/tests/integration/disabled_test_splunk.py similarity index 100% rename from tests/integration/test_splunk.py rename to tests/integration/disabled_test_splunk.py