diff options
author | Frederick Muriuki Muriithi | 2023-01-12 11:40:31 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-01-12 11:40:31 +0300 |
commit | cebb76ce2da80f808d420327316de121efbdd230 (patch) | |
tree | 989c586bdaabf5a4e5768407413e5958639748cc /test/requests | |
parent | 1faf0ba7506cc09b873591ac95828eba6667b1d1 (diff) | |
download | genenetwork2-cebb76ce2da80f808d420327316de121efbdd230.tar.gz |
mechanical-rob: deactivate correctness tests for now.
Diffstat (limited to 'test/requests')
-rwxr-xr-x | test/requests/test-website.py | 2 |
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. |