From 869bcb1490864b4c715ce266eeff7f45e468166b Mon Sep 17 00:00:00 2001 From: Jake Mensch Date: Mon, 5 Oct 2020 00:13:42 -0400 Subject: [PATCH] disabling cypress for now --- {.github => misc}/workflows/End_To_End_Tests.yml | 4 ++++ 1 file changed, 4 insertions(+) rename {.github => misc}/workflows/End_To_End_Tests.yml (83%) diff --git a/.github/workflows/End_To_End_Tests.yml b/misc/workflows/End_To_End_Tests.yml similarity index 83% rename from .github/workflows/End_To_End_Tests.yml rename to misc/workflows/End_To_End_Tests.yml index 0d3813fb7..6918ed8e6 100644 --- a/.github/workflows/End_To_End_Tests.yml +++ b/misc/workflows/End_To_End_Tests.yml @@ -1,3 +1,7 @@ +# DISABLED UNTIL: (1) we get more test coverage, and +# (2) the tests run against the code that's being pushed +# instead of the code already on dev + name: End-to-end tests on: [push] jobs: