Skip a couple of new failing tests on aarch64 for abseil-cpp-20230125.0
Both ExamineStackTest.AbseilStackProvider from examine_stack_test and StackTracerTest.Basic from staack_tracer_test already failed on x86_64; since abseil-cpp-20230125.0, they also fail on aarch64.
This commit is contained in:
parent
a629db23f4
commit
834b87ce63
@ -1345,7 +1345,7 @@ client_ssl
|
||||
test_core_security_credentials
|
||||
%endif
|
||||
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 aarch64
|
||||
# Unexplained:
|
||||
#
|
||||
# [ RUN ] ExamineStackTest.AbseilStackProvider
|
||||
@ -1424,7 +1424,7 @@ grpc_tool
|
||||
murmur_hash
|
||||
%endif
|
||||
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 aarch64
|
||||
# Unexplained:
|
||||
#
|
||||
# [ RUN ] StackTracerTest.Basic
|
||||
|
Loading…
Reference in New Issue
Block a user