Skip to content

Commit

Permalink
GEODE-7489: Disable DistributionArchUnitTest (apache#4355)
Browse files Browse the repository at this point in the history
Disabling this test until we can make it consistently not run out of memory.
  • Loading branch information
upthewaterspout authored and Ernie Burghardt committed Nov 21, 2019
1 parent 12f68c8 commit e10382b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
import com.tngtech.archunit.junit.ArchTest;
import com.tngtech.archunit.junit.ArchUnitRunner;
import com.tngtech.archunit.lang.ArchRule;
import org.junit.Ignore;
import org.junit.runner.RunWith;

import org.apache.geode.distributed.internal.membership.gms.api.Membership;

@RunWith(ArchUnitRunner.class)
@AnalyzeClasses(packages = "org.apache.geode")
@Ignore("Disabling until we can fix the memory usage of this test")
public class DistributionArchUnitTest {

@ArchTest
Expand Down

0 comments on commit e10382b

Please sign in to comment.