From bccd88110fe77329b9aee84ce2a580a8f45c9802 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 13 Jun 2023 17:13:01 +0300 Subject: Deactivate correlation correctness tests temporarily. --- test/requests/test-website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/requests/test-website.py b/test/requests/test-website.py index 7eb1678f..8522dc06 100755 --- a/test/requests/test-website.py +++ b/test/requests/test-website.py @@ -43,7 +43,7 @@ def run_all(args_obj, parser): check_packaged_js_files(args_obj, parser) check_mapping(args_obj, parser) check_correlations(args_obj, parser) - check_correlations_correctness(args_obj, parser) # activate once all correlations are verified + # check_correlations_correctness(args_obj, parser) # TODO: Add other functions as they are created. -- cgit v1.2.3