From 1a1693bd8a934a04e166ea127ef7ae9315af377c Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 26 Feb 2018 02:11:31 +0100 Subject: [PATCH] pom.xml: Exclude two more network tests from surefire when using the no-network profile. --- core/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 11e0f23c..438304e0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -102,6 +102,8 @@ **/core/PeerTest.java **/core/TransactionBroadcastTest.java + **/net/NetworkAbstractionTests.java + **/protocols/channels/ChannelConnectionTest