Skip to content

Commit

Permalink
GEODE-7489: Disable DistributionArchUnitTest (apache#5768)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschuchardt authored Nov 20, 2020
1 parent 49e4700 commit 986733e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import com.tngtech.archunit.junit.ArchUnitRunner;
import com.tngtech.archunit.junit.CacheMode;
import com.tngtech.archunit.lang.ArchRule;
import org.junit.Ignore;
import org.junit.runner.RunWith;

import org.apache.geode.distributed.internal.membership.MembershipJUnitTest;
Expand All @@ -32,6 +33,7 @@
@RunWith(ArchUnitRunner.class)
@AnalyzeClasses(packages = "org.apache.geode", cacheMode = CacheMode.PER_CLASS,
importOptions = ImportOption.DoNotIncludeArchives.class)
@Ignore("Disabling until we can fix the memory usage of this test")
public class DistributionArchUnitTest {

@ArchTest
Expand Down

0 comments on commit 986733e

Please sign in to comment.