From 50fdc64bc54693c1e2daa9f1407dba7287bf0ae7 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 27 Jun 2017 12:46:56 +0200 Subject: [PATCH] Disable new thread page test --- tests.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.go b/tests.go index 36624929..f1f1f0ac 100644 --- a/tests.go +++ b/tests.go @@ -120,6 +120,7 @@ var tests = map[string][]string{ // Disable "/auth/google": nil, "/auth/google/callback": nil, + "/new/thread": nil, "/user": nil, "/settings": nil, "/extension/embed": nil,