-#ifdef __WXGTK__
- // FIXME: For some reason this test regularly (although not always) fails
- // in wxGTK build bot builds when testing wxBitmapComboBox, but I
- // can't reproduce the failure locally. For now, disable this check
- // to let the entire test suite pass in automatic tests instead of
- // failing sporadically.
- if ( wxStrcmp(GetTestWindow()->GetClassInfo()->GetClassName(),
- "wxBitmapComboBox") ||
- !IsAutomaticTest() )
-#endif // __WGTKK__
- {
- WX_ASSERT_EQUAL_MESSAGE
- (
- ("While testing %s", GetTestWindow()->GetClassInfo()->GetClassName()),
- "abcdef", entry->GetValue()
- );