From e58404dcdffc8044defe8c5836319ab44d69270a Mon Sep 17 00:00:00 2001 From: David Parker Date: Mon, 1 Jul 2024 16:31:12 +0100 Subject: [PATCH] [patch] Disable Db2, ES, and Postgres DSC tests --- test/{test_api_dsc_db2.py => _test_api_dsc_db2.py} | 2 ++ ...t_api_dsc_eventstreams.py => _test_api_dsc_eventstreams.py} | 2 ++ test/{test_api_dsc_postgres.py => _test_api_dsc_postgres.py} | 3 +++ 3 files changed, 7 insertions(+) rename test/{test_api_dsc_db2.py => _test_api_dsc_db2.py} (99%) rename test/{test_api_dsc_eventstreams.py => _test_api_dsc_eventstreams.py} (99%) rename test/{test_api_dsc_postgres.py => _test_api_dsc_postgres.py} (99%) diff --git a/test/test_api_dsc_db2.py b/test/_test_api_dsc_db2.py similarity index 99% rename from test/test_api_dsc_db2.py rename to test/_test_api_dsc_db2.py index 55964f9..b912e1b 100644 --- a/test/test_api_dsc_db2.py +++ b/test/_test_api_dsc_db2.py @@ -7,6 +7,8 @@ # http://www.eclipse.org/legal/epl-v10.html # ***************************************************************************** # + +# Disabled as we don't have a Db2 instance to test with import uuid from datetime import datetime import testUtils diff --git a/test/test_api_dsc_eventstreams.py b/test/_test_api_dsc_eventstreams.py similarity index 99% rename from test/test_api_dsc_eventstreams.py rename to test/_test_api_dsc_eventstreams.py index b6d0749..facef8f 100644 --- a/test/test_api_dsc_eventstreams.py +++ b/test/_test_api_dsc_eventstreams.py @@ -7,6 +7,8 @@ # http://www.eclipse.org/legal/epl-v10.html # ***************************************************************************** +# Disabled as we don't have an Event Streams instance to test with + import uuid from datetime import datetime import pytest diff --git a/test/test_api_dsc_postgres.py b/test/_test_api_dsc_postgres.py similarity index 99% rename from test/test_api_dsc_postgres.py rename to test/_test_api_dsc_postgres.py index 29bf13f..1a69e94 100644 --- a/test/test_api_dsc_postgres.py +++ b/test/_test_api_dsc_postgres.py @@ -7,6 +7,9 @@ # http://www.eclipse.org/legal/epl-v10.html # ***************************************************************************** # + +# Disabled as we don't have a Postgres instance to test with + import uuid from datetime import datetime import testUtils