aboutsummaryrefslogtreecommitdiff
path: root/test/requests
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-01-12 11:40:31 +0300
committerFrederick Muriuki Muriithi2023-01-12 11:40:31 +0300
commitcebb76ce2da80f808d420327316de121efbdd230 (patch)
tree989c586bdaabf5a4e5768407413e5958639748cc /test/requests
parent1faf0ba7506cc09b873591ac95828eba6667b1d1 (diff)
downloadgenenetwork2-cebb76ce2da80f808d420327316de121efbdd230.tar.gz
mechanical-rob: deactivate correctness tests for now.
Diffstat (limited to 'test/requests')
-rwxr-xr-xtest/requests/test-website.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requests/test-website.py b/test/requests/test-website.py
index 7eb1678f..35a69c6c 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) # activate once all correlations are verified
# TODO: Add other functions as they are created.