Skip to content

Commit bb4017f

Browse files
Merge pull request #1069 from CircleCI-Public/pipe-4877/fix-config-validate-test
PIPE-4877 Remove config validate test with invalid org ID
2 parents 58be549 + d0a1e4f commit bb4017f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

integration_tests/features/circleci_config.feature

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -84,30 +84,6 @@ Feature: Config checking
8484
Then the exit status should be 0
8585
And the output should contain "Config file at config.yml is valid"
8686

87-
Scenario: Checking a valid config file with a private org
88-
Given a file named "config.yml" with:
89-
"""
90-
version: 2.1
91-
92-
orbs:
93-
node: circleci/[email protected]
94-
95-
jobs:
96-
datadog-hello-world:
97-
docker:
98-
- image: cimg/base:stable
99-
steps:
100-
- run: |
101-
echo "doing something really cool"
102-
workflows:
103-
datadog-hello-world:
104-
jobs:
105-
- datadog-hello-world
106-
"""
107-
When I run `circleci config validate --skip-update-check --org-id bb604b45-b6b0-4b81-ad80-796f15eddf87 -c config.yml`
108-
Then the output should contain "Config file at config.yml is valid"
109-
And the exit status should be 0
110-
11187
Scenario: Checking a valid config file with a non-existant orb
11288
Given a file named "config.yml" with:
11389
"""

0 commit comments

Comments
 (0)