diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 19f92b879..7578417b5 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -15,7 +15,7 @@ permissions: jobs: integration_tests: name: Integration tests - uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master + uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@chore/use_gen3_gitops_ref with: WORKING_DIR: gen3-integration-tests secrets: diff --git a/gen3-integration-tests/tests/test_homepage.py b/gen3-integration-tests/tests/test_homepage.py index e1112c6b6..3fab2b55d 100644 --- a/gen3-integration-tests/tests/test_homepage.py +++ b/gen3-integration-tests/tests/test_homepage.py @@ -9,6 +9,7 @@ ) @pytest.mark.sanity @pytest.mark.frontend +# Dummy class TestHomePage: def test_home_page_navigation(self, page): """