Skip to content

Commit

Permalink
Add missing spec test tag for platform:oci_compliant cncf/cnf-conform…
Browse files Browse the repository at this point in the history
…ance#327 (#371)
  • Loading branch information
denverwilliams authored Aug 25, 2020
1 parent ce4b446 commit 0d613f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/platform/hardware_and_scheduler.cr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ describe "Platform" do
`./cnf-conformance setup`
$?.success?.should be_true
end
it "'oci_compliant' should pass if all runtimes are oci_compliant" do

it "'oci_compliant' should pass if all runtimes are oci_compliant", tags: "platform:oci_compliant" do
response_s = `./cnf-conformance platform:oci_compliant`
LOGGING.info response_s
(/(PASSED){1}.*(which are OCI compliant runtimes){1}/ =~ response_s).should_not be_nil
Expand Down

0 comments on commit 0d613f8

Please sign in to comment.