Skip to content

Commit

Permalink
Delete extra check
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jun 18, 2024
1 parent 6738b66 commit 88569e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/functional/simulator-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,6 @@ describe(`multiple instances of ${OS_VERSION} simulator on Xcode9+`, function ()
chai.use(chaiAsPromised.default);

xcodeVersion = await xcode.getVersion(true);

if (_.isEmpty(xcodeVersion)) {
xcodeVersion = await xcode.getVersion(true);
}
if (xcodeVersion.major < 9) {
return this.skip();
}
Expand Down

0 comments on commit 88569e1

Please # to comment.