Skip to content

Commit

Permalink
fix(amf): Removes manual tag in Bazel test (#12312)
Browse files Browse the repository at this point in the history
Signed-off-by: shashidhar-patil <shashidhar.patil@wavelabs.ai>
  • Loading branch information
shashidhar-patil authored and ardzoht committed Mar 29, 2022
1 parent b58f878 commit 66c3b4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lte/gateway/c/core/oai/test/amf/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ cc_test(
srcs = [
"test_amf_procedures.cpp",
],
# TODO: Remove manual tag when fixed: GH12144
tags = ["manual"],
deps = [
":amf_app_test_util",
"//lte/gateway/c/core",
Expand All @@ -59,8 +57,6 @@ cc_test(
srcs = [
"test_amf_stateless.cpp",
],
# TODO: Remove manual tag when fixed: GH11826
tags = ["manual"],
deps = [
":amf_app_test_util",
"//lte/gateway/c/core",
Expand Down

0 comments on commit 66c3b4b

Please sign in to comment.