aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/http2_interop/s6.5_test.go
diff options
context:
space:
mode:
authorGravatar Carl Mastrangelo <notcarl@google.com>2015-12-04 16:49:33 -0800
committerGravatar Carl Mastrangelo <notcarl@google.com>2015-12-04 16:49:33 -0800
commit3e21ba493bed6004037c1b8f8e3e9261c1f1d1e5 (patch)
tree654005e5e30cab8985c1388c74a7a6626949294d /tools/http2_interop/s6.5_test.go
parent3c7862478d9da829199714e645b6c5a15fb7f596 (diff)
Add optional passing more
Diffstat (limited to 'tools/http2_interop/s6.5_test.go')
-rw-r--r--tools/http2_interop/s6.5_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/http2_interop/s6.5_test.go b/tools/http2_interop/s6.5_test.go
index 48e8ced576..9dadd4e699 100644
--- a/tools/http2_interop/s6.5_test.go
+++ b/tools/http2_interop/s6.5_test.go
@@ -4,8 +4,9 @@ import (
"testing"
)
-func TestSmallMaxFrameSize(t *testing.T) {
- if *testCase != "experimental" {
+func TestSoonSmallMaxFrameSize(t *testing.T) {
+ defer Report(t)
+ if *testCase != "framing" {
t.SkipNow()
}
ctx := InteropCtx(t)