aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-06-13 17:13:01 +0300
committerFrederick Muriuki Muriithi2023-06-13 17:13:01 +0300
commitbccd88110fe77329b9aee84ce2a580a8f45c9802 (patch)
tree163c251f7ac5beb151387821483c3377b58a8d7b /test
parent2fe108a98504d51d012d1c875dc47544787093b3 (diff)
downloadgenenetwork2-bccd88110fe77329b9aee84ce2a580a8f45c9802.tar.gz
Deactivate correlation correctness tests temporarily.
Diffstat (limited to 'test')
-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..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.