Skip to content

Commit

Permalink
Merge pull request #1069 from CircleCI-Public/pipe-4877/fix-config-va…
Browse files Browse the repository at this point in the history
…lidate-test

PIPE-4877 Remove config validate test with invalid org ID
  • Loading branch information
liamclarkedev authored Aug 22, 2024
2 parents 58be549 + d0a1e4f commit bb4017f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions integration_tests/features/circleci_config.feature
Original file line number Diff line number Diff line change
Expand Up @@ -84,30 +84,6 @@ Feature: Config checking
Then the exit status should be 0
And the output should contain "Config file at config.yml is valid"

Scenario: Checking a valid config file with a private org
Given a file named "config.yml" with:
"""
version: 2.1
orbs:
node: circleci/[email protected]
jobs:
datadog-hello-world:
docker:
- image: cimg/base:stable
steps:
- run: |
echo "doing something really cool"
workflows:
datadog-hello-world:
jobs:
- datadog-hello-world
"""
When I run `circleci config validate --skip-update-check --org-id bb604b45-b6b0-4b81-ad80-796f15eddf87 -c config.yml`
Then the output should contain "Config file at config.yml is valid"
And the exit status should be 0

Scenario: Checking a valid config file with a non-existant orb
Given a file named "config.yml" with:
"""
Expand Down

0 comments on commit bb4017f

Please sign in to comment.