Skip to content

Commit

Permalink
Fix projectatomic#425 Disabling CDK OpenShift tests until issue proje…
Browse files Browse the repository at this point in the history
…ctatomic#415 gets resolved
  • Loading branch information
hferentschik committed Oct 25, 2016
1 parent 93e1df2 commit 692c045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .config/cucumber.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# config/cucumber.yml
##YAML Template
---
default: --profile html --tags ~@ci-only
default: --profile html --tags ~@ci-only --tags ~@todo
ci: --format CiFormatter --no-color -m -b --tags ~@todo
all: --profile html

pretty: --format pretty -b
html: --format progress --format html --out=build/features_report.html -b
ci: --format CiFormatter --no-color -b

1 change: 1 addition & 0 deletions features/cdk-openshift.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Feature: Command output from various OpenShift related commands in CDK
service-manager should return the correct output from commands affecting OpenShift in CDK

@todo
Scenario Outline: Boot and execute commands
Given box is <box>
And provider is <provider>
Expand Down

0 comments on commit 692c045

Please sign in to comment.