Skip to content

Commit

Permalink
NXP-20962: Put RandomBug.Repeat on test class + don't use bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
ataillefer committed Nov 9, 2016
1 parent a5e056a commit 46281f2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,13 +43,13 @@
*
* @since 8.2
*/
@RandomBug.Repeat(issue = "NXP-20962")
@LocalDeploy("org.nuxeo.drive.core:OSGI-INF/test-nuxeodrive-clustering-enabled-repo-contrib.xml")
public class AuditChangeFinderClusteringEnabledTestSuite extends AbstractChangeFinderTestCase {

private static final Log log = LogFactory.getLog(AuditChangeFinderClusteringEnabledTestSuite.class);

@Test
@RandomBug.Repeat(issue = "NXP-20962", bypass = true)
public void testClusteringEnabled() throws Exception {
List<FileSystemItemChange> changes;
DocumentModel file1;
Expand Down

0 comments on commit 46281f2

Please sign in to comment.