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)