From be73250015bda288edcec89bebe9316567b26bfa Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 22 Oct 2019 11:17:55 -0700 Subject: [PATCH] Disable test_intra --- tracetools_test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracetools_test/CMakeLists.txt b/tracetools_test/CMakeLists.txt index e744477..9de0467 100644 --- a/tracetools_test/CMakeLists.txt +++ b/tracetools_test/CMakeLists.txt @@ -141,7 +141,7 @@ if(BUILD_TESTING) # Run each test in its own pytest invocation set(_tracetools_test_pytest_tests - test/test_intra.py + #test/test_intra.py test/test_node.py test/test_publisher.py test/test_service.py