Skip to content

Commit

Permalink
Skip test which can't be done on OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
rygwdn committed Jun 5, 2014
1 parent e66463c commit d934ed7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,11 @@ void Tests::openAndSavePreferences()
RUN(Args(args) << "false", "");
RUN(Args(args), "false\n");

// Can't focus checkbox on OSX
#ifdef Q_OS_MAC
SKIP("Can't focus configuration checkboxes on OS X");
#endif

// Open preferences dialog.
RUN(Args() << "keys" << ConfigTabShortcuts::tr("Ctrl+P"), "");

Expand Down

0 comments on commit d934ed7

Please sign in to comment.