temporarily disable sending of Blocked frames

ref #172
This commit is contained in:
Marten Seemann
2016-06-15 12:29:09 +07:00
parent c095261749
commit 37e57c6f05
4 changed files with 5 additions and 4 deletions

View File

@@ -393,7 +393,7 @@ var _ = Describe("Packet packer", func() {
})
})
Context("Blocked frames", func() {
PContext("Blocked frames", func() {
It("adds a blocked frame to a packet if there is enough space", func() {
length := 100
packer.AddBlocked(5, protocol.ByteCount(length))