Open Gitspammed opened 8 months ago
You will have to change the try XCTSkipIf(true)
to try XCTSkipIf(false)
.
See here https://exercism.org/docs/tracks/swift/tests
For concept exercises, when you got a test passing change the
true
in theXCTSkipIf
tofalse
to enable the next test.
When testing a passing code solution for wings-quest, the test appears to skip most of the tests. (Or maybe I'm missing something and everything is fine?)
I haven't tried to debug; just wondering if this should raise any eyebrows: