Skip to content

Commit

Permalink
Move SetPreReceivedAppDataTest to nise/transport_security
Browse files Browse the repository at this point in the history
Summary: This test was breaking in xplat. Let's move it to a dir not mirrored to xplat.

Reviewed By: mingtaoy

Differential Revision: D62776988

fbshipit-source-id: 9bbf704a247eae2d4cfab93dc43cf18fa407d31e
  • Loading branch information
Nick Richardson authored and facebook-github-bot committed Sep 17, 2024
1 parent 6fc305a commit 06e5d23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 215 deletions.
29 changes: 0 additions & 29 deletions fizz/protocol/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -162,32 +162,3 @@ cpp_library(
"//fizz/record:record",
],
)

cpp_unittest(
name = "set_pre_received_app_data_test",
srcs = [
"SetPreReceivedAppDataTest.cpp",
],
resources = {
"certs/tests-cert.pem": "//folly/io/async/test/certs:tests-cert.pem",
"certs/tests-key.pem": "//folly/io/async/test/certs:tests-key.pem",
},
supports_static_listing = False,
deps = [
"//fizz/backend:openssl",
"//fizz/client:async_fizz_client",
"//fizz/client:fizz_client_context",
"//fizz/server:async_fizz_server",
"//fizz/server:fizz_server_context",
"//folly:file_util",
"//folly:range",
"//folly/coro:gmock_helpers",
"//folly/coro:task",
"//folly/coro:timeout",
"//folly/io/async:async_base",
"//folly/io/async:async_transport",
"//folly/io/async/test:util",
"//folly/portability:gtest",
"//folly/testing:test_util",
],
)
186 changes: 0 additions & 186 deletions fizz/protocol/test/SetPreReceivedAppDataTest.cpp

This file was deleted.

0 comments on commit 06e5d23

Please sign in to comment.