Skip to content

Commit

Permalink
mobile: Remove unused test file (envoyproxy#35709)
Browse files Browse the repository at this point in the history
Risk Level: low (unused file)
Testing: n/a
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw authored Aug 14, 2024
1 parent 69ee8cf commit ad805fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
12 changes: 0 additions & 12 deletions mobile/test/kotlin/integration/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
load("@envoy//bazel:envoy_build_system.bzl", "envoy_mobile_package")
load("@envoy_mobile//bazel:envoy_mobile_android_test.bzl", "envoy_mobile_android_test")
load("@io_bazel_rules_kotlin//kotlin:android.bzl", "kt_android_library")

licenses(["notice"]) # Apache 2

Expand Down Expand Up @@ -372,14 +371,3 @@ envoy_mobile_android_test(
"//library/kotlin/io/envoyproxy/envoymobile:envoy_lib",
],
)

kt_android_library(
name = "test_utilities",
srcs = [
"TestUtilities.kt",
],
deps = [
"//library/kotlin/io/envoyproxy/envoymobile:envoy_interfaces_lib",
"@maven//:junit_junit",
],
)
52 changes: 0 additions & 52 deletions mobile/test/kotlin/integration/TestUtilities.kt

This file was deleted.

0 comments on commit ad805fa

Please sign in to comment.