Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Remove EcdsaProtoTest.java.
Browse files Browse the repository at this point in the history
This test is not really needed. That this proto works is tested implicitly by other tests.

PiperOrigin-RevId: 621133610
  • Loading branch information
juergw authored and copybara-github committed Apr 2, 2024
1 parent 86b6a21 commit 9fa6df7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
10 changes: 0 additions & 10 deletions java_src/src/test/java/com/google/crypto/tink/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,6 @@ java_test(
],
)

java_test(
name = "EcdsaProtoTest",
size = "small",
srcs = ["EcdsaProtoTest.java"],
deps = [
"//proto:ecdsa_java_proto",
"@maven//:junit_junit",
],
)

java_test(
name = "CryptoFormatTest",
size = "small",
Expand Down
39 changes: 0 additions & 39 deletions java_src/src/test/java/com/google/crypto/tink/EcdsaProtoTest.java

This file was deleted.

0 comments on commit 9fa6df7

Please sign in to comment.