From fc27ba6e79c5a90c7a0ce7b9e3ac943f235e523a Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Mon, 29 Nov 2021 16:41:50 +0000 Subject: [PATCH] Remove focus Signed-off-by: Sunjay Bhatia --- test/e2e/ingress/long_path_match_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/ingress/long_path_match_test.go b/test/e2e/ingress/long_path_match_test.go index c17fc54f274..1da6a1b4a58 100644 --- a/test/e2e/ingress/long_path_match_test.go +++ b/test/e2e/ingress/long_path_match_test.go @@ -29,7 +29,7 @@ import ( ) func testLongPathMatch(namespace string) { - FSpecify("long path matches should be properly programmed", func() { + Specify("long path matches should be properly programmed", func() { f.Fixtures.Echo.Deploy(namespace, "echo") // Just on the edge, should be RE2 program size 101 before regex optimizations.