Skip to content

Commit

Permalink
fix(amf): Removes manual tag in Bazel test (magma#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 emakeev committed Aug 5, 2022
1 parent 255d5e9 commit a7a1960
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 a7a1960

Please sign in to comment.