Disable WritePriority test for v99.

This prepares for moving h3 priority from headers stream to control stream.

I don't think a new unit test for H3 priority is needed as frame encoding is well tested in http_encoder_test, and session Writev is well tested in quic_spdy_stream_test when h/3 headers are written.

gfe-relnote: test only change, not protected.
PiperOrigin-RevId: 259013030
Change-Id: I700b0d219a9f70033fec5bc0138e486ae9332ebe
1 file changed
tree: 49305e2d251fec81d49abcafeaf86dad1e57c468
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.