diff --git a/tests/fswatcher/fswatchertest.cpp b/tests/fswatcher/fswatchertest.cpp index e8a61c67da..bc7ff966bf 100644 --- a/tests/fswatcher/fswatchertest.cpp +++ b/tests/fswatcher/fswatchertest.cpp @@ -425,8 +425,15 @@ private: DECLARE_NO_COPY_CLASS(FileSystemWatcherTestCase) }; +// the test currently hangs under OS X for some reason and this prevents tests +// ran by buildbot from completing so disable it until someone has time to +// debug it +// +// FIXME: debug and fix this! +#ifndef __WXOSX__ // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( FileSystemWatcherTestCase ); +#endif // also include in it's own registry so that these tests can be run alone CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( FileSystemWatcherTestCase,