[dns] unskip c-ares tests on arm (#34232)

Now that we have https://github.com/grpc/grpc/pull/33942 (and another
follow-up [fix](https://github.com/grpc/grpc/pull/34185)), I think the
issue from https://github.com/grpc/grpc/issues/25289 is likely fixed
pull/34393/head^2
apolcyn 1 year ago committed by GitHub
parent e1d78a2394
commit 87eed73a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      test/cpp/naming/generate_resolver_component_tests.bzl

@ -98,8 +98,5 @@ def generate_resolver_component_tests():
"--test_bin_name=resolver_component_test%s" % unsecure_build_config_suffix, "--test_bin_name=resolver_component_test%s" % unsecure_build_config_suffix,
"--running_under_bazel=true", "--running_under_bazel=true",
], ],
# The test is highly flaky on AWS workers that we use for running ARM64 tests. tags = ["no_mac", "resolver_component_tests_runner_invoker"],
# The "no_arm64" tag can be used to skip it.
# (see https://github.com/grpc/grpc/issues/25289).
tags = ["no_mac", "no_arm64", "resolver_component_tests_runner_invoker"],
) )

Loading…
Cancel
Save