Skip to content

Commit

Permalink
Skip tests that have never been run with CI since they were added
Browse files Browse the repository at this point in the history
The spec file was named incorrectly in 23db5ed as:
spec/models/manageiq/providers/autosde/storage_manager/refresher_spec_v2.rb

Spec files should match the glob pattern "*_spec.rb".  We need to come back
and make these tests work since the file has been renamed correctly.

Before:

```
Finished in 7.6 seconds (files took 3.76 seconds to load)
35 examples, 0 failures
```

After:

```
Finished in 8.35 seconds (files took 4.11 seconds to load)
44 examples, 0 failures, 9 pending
```
  • Loading branch information
jrafanie committed Nov 13, 2024
1 parent 2bd0162 commit eedd571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:hostname => credentials_autosde_host)
end

describe "#refresh - autosde gem v2" do
xcontext "#refresh - autosde gem v2 - TODO: Did this ever work? Committed with incorrect filename in 23db5ed" do
context "full refresh" do
it "Performs a full refresh" do
2.times do
Expand Down

0 comments on commit eedd571

Please sign in to comment.