From 118960578c46e13107efdadd0d140d882d25f982 Mon Sep 17 00:00:00 2001 From: Brian Olson Date: Mon, 17 Jun 2019 17:40:38 -0400 Subject: [PATCH] skip flaky test --- test/e2e-go/features/transactions/transactionPool_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e-go/features/transactions/transactionPool_test.go b/test/e2e-go/features/transactions/transactionPool_test.go index 2976b6c771..6f6da0323d 100644 --- a/test/e2e-go/features/transactions/transactionPool_test.go +++ b/test/e2e-go/features/transactions/transactionPool_test.go @@ -27,6 +27,7 @@ import ( ) func TestTransactionPoolOrderingAndClearing(t *testing.T) { + t.Skip("test is flaky as of 2019-06-18") t.Parallel() r := require.New(t)