From 58b97f78b2465a0f6f01b50f472ac7474de4d389 Mon Sep 17 00:00:00 2001 From: Rathish Cholarajan Date: Mon, 29 Nov 2021 14:32:02 -0500 Subject: [PATCH] Remove test suites from Makefile to fix cron test --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 443fd028b..0f40487c8 100644 --- a/Makefile +++ b/Makefile @@ -27,13 +27,13 @@ test: python -m unittest -v test1: - python -m unittest -v test/ibm/test_ibm_backend.py test/ibm/test_account_client.py test/ibm/test_ibm_job_states.py test/ibm/test_tutorials.py test/ibm/test_basic_server_paths.py test/ibm/test_proxies.py test/ibm/test_ibm_integration.py test/ibm/test_ibm_logger.py test/ibm/test_filter_backends.py test/ibm/test_registration.py + python -m unittest -v test/ibm/test_ibm_backend.py test/ibm/test_account_client.py test/ibm/test_tutorials.py test/ibm/test_basic_server_paths.py test/ibm/test_proxies.py test/ibm/test_ibm_logger.py test/ibm/test_filter_backends.py test/ibm/test_registration.py test2: - python -m unittest -v test/ibm/test_ibm_qasm_simulator.py test/ibm/test_serialization.py test/ibm/test_jupyter.py test/ibm/test_ibm_provider.py + python -m unittest -v test/ibm/test_serialization.py test/ibm/test_jupyter.py test/ibm/test_ibm_provider.py test3: - python -m unittest -v test/ibm/test_ibm_job_attributes.py test/ibm/test_ibm_job.py test/ibm/websocket/test_websocket.py test/ibm/websocket/test_websocket_integration.py + python -m unittest -v test/ibm/test_ibm_job_attributes.py test/ibm/test_ibm_job.py runtime_integration: python -m unittest -v test/ibm/runtime/test_runtime_integration.py