about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorzsloan2021-10-12 16:08:54 -0500
committerGitHub2021-10-12 16:08:54 -0500
commit35105c816726b58dc376b2c3925d48077aeca675 (patch)
treea7d184e4eea8aeb4b9bf0d17468ba6a1efafef46 /.github/workflows
parent70023c835bdeeffc48efafe96626ac5b01b5a6d2 (diff)
parenta212ad123f902b6a9c74bcac1d98bc274cebbdda (diff)
downloadgenenetwork2-35105c816726b58dc376b2c3925d48077aeca675.tar.gz
Merge branch 'testing' into feature/add_resizeable_columns
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f279a7e5..8e2c7966 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -55,11 +55,11 @@ jobs:
         GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \
         etc/default_settings.py -c -m unittest discover -v
 
-    - name: Test for Broken Links
-      run: |
-        env GN2_PROFILE=/gn2-profile \
-        TMPDIR=/tmp\
-        WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG \
-        GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \
-        etc/default_settings.py -c \
-        $PWD/test/requests/links_scraper/genelinks.py
+    # - name: Test for Broken Links
+    #   run: |
+    #     env GN2_PROFILE=/gn2-profile \
+    #     TMPDIR=/tmp\
+    #     WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG \
+    #     GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \
+    #     etc/default_settings.py -c \
+    #     $PWD/test/requests/links_scraper/genelinks.py