Disable some of the tests in crypto_server_test.cc

They were never run in the first place since they were missing INSTANTIATE_TEST_SUITE_P, and once I added that all of them failed.

This fixes Chromium build since Chromium doesn't have GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST.

gfe-relnote: n/a (test only)
PiperOrigin-RevId: 290314666
Change-Id: I16365660bc7b3c0377777455dc0ad8e08ac32996
1 file changed
tree: 0c577ba1695756aa8bb2d91fd01c17660c4f2747
  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.