From e606c8c8a2e8958c53cdb996d92765641c762901 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 20 May 2022 17:52:55 -0400 Subject: [PATCH] renable skipped tests --- test/e2e/tests/app_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/tests/app_test.go b/test/e2e/tests/app_test.go index 20a153c1d..ed041e186 100644 --- a/test/e2e/tests/app_test.go +++ b/test/e2e/tests/app_test.go @@ -190,7 +190,6 @@ func TestApp_Tx(t *testing.T) { func TestApp_VoteExtensions(t *testing.T) { testNode(t, func(ctx context.Context, t *testing.T, node e2e.Node) { - t.Skip() client, err := node.Client() require.NoError(t, err)