Skip to content

Commit

Permalink
Disabled a flaky test. Related to GH-13
Browse files Browse the repository at this point in the history
  • Loading branch information
pflueras committed Apr 5, 2020
1 parent cef9f65 commit 52d915e
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@
import org.apache.geode.distributed.ConfigurationProperties;
import org.apache.geode.test.dunit.rules.ClusterStartupRule;
import org.apache.geode.test.dunit.rules.MemberVM;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Test;
import org.junit.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down Expand Up @@ -82,6 +77,7 @@ public class GeodeObjectStoreIT {
private GeodeObjectStoreDelegate storeDelegate;

@Test
@Ignore
public void testThatObjectStoreInsertsOneAndQueries() throws Exception {
dispatcher.afterCompleting(1);
final MockPersistResultInterest persistInterest = new MockPersistResultInterest();
Expand Down

0 comments on commit 52d915e

Please sign in to comment.