Skip to content

Commit

Permalink
Ignore flawed test until it's rewritten to test what it's supposed to
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Roldan <groldan@boundlessgeo.com>
  • Loading branch information
Gabriel Roldan committed Apr 18, 2017
1 parent eae5b7e commit a5c8747
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -34,6 +34,7 @@
import org.geotools.feature.simple.SimpleFeatureBuilder;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand Down Expand Up @@ -180,6 +181,7 @@ public void testConcurrentReadsWithIndex() throws Exception {
}
}

@Ignore //this test is flawed (the test itself), ignoring until it's fixed
@Test
public void testConcurrentEditsAndReads() throws Exception {

Expand Down

0 comments on commit a5c8747

Please sign in to comment.