Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable VirtualLazyTreeViewerTest#testContains() on Mac #1183
The test case org.eclipse.jface.tests.viewers.VirtualLazyTreeViewerTest.testContains is randomly failing on Mac. Several other test cases accessing the data of items in a tree viewer with lazy content provider have been disabled on Mac due to some issue with the availability of the item data (bug 347491). Since there is no value in executing this test when the functionality is known to be broken and thus other related test cases are already disabled, this change disables the random failing test. Fixes #1183
- Loading branch information