Skip to content

Commit 1dc934b

Browse files
committed
[FAB-10086] Exclude integration from unit tests
Change-Id: I385aca18a988b6d652a0245b941698fd066d148e Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent 70bb52d commit 1dc934b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit-test/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# regexes for packages to exclude from unit test
99
excluded_packages=(
10+
"github.com/hyperledger/fabric/integration"
1011
)
1112

1213
# regexes for packages that must be run serially

0 commit comments

Comments
 (0)