diff --git a/.circleci/config.yml b/.circleci/config.yml index 8dedd21d55b0b..20c2be50ebab5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -157,12 +157,6 @@ jobs: - e2e-test: test_path: integration-tests/gatsby-pipeline - e2e_tests_gatsbygram: - <<: *e2e-executor - steps: - - e2e-test: - test_path: examples/gatsbygram - e2e_tests_path-prefix: <<: *e2e-executor steps: @@ -274,8 +268,6 @@ workflows: <<: *e2e-test-workflow - integration_tests_gatsby_pipeline: <<: *e2e-test-workflow - - e2e_tests_gatsbygram: - <<: *e2e-test-workflow - e2e_tests_path-prefix: <<: *e2e-test-workflow - e2e_tests_gatsby-image: