Skip to content

Commit

Permalink
i#6452,i#6536: Disable flaky attach_test, disable_test
Browse files Browse the repository at this point in the history
Adds two tests to the unix ignore list:

i#6452 code_api|client.attach_test
i#6536 code_api|client.detach_test

Issue: #6452, #6536
  • Loading branch information
xdje42 committed Jan 25, 2024
1 parent e982665 commit 7b486b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suite/runsuite_wrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@
);
%ignore_failures_64 = (
'code_api|tool.drcacheoff.burst_threadfilter' => 1, # i#2941
'code_api|client.attach_test' => 1, # i#6452
'code_api|client.detach_test' => 1, # i#6536
# These are from the long suite.
'code_api,opt_memory|common.loglevel' => 1, # i#1807
'code_api,opt_speed|common.decode-stress' => 1, # i#1807
Expand Down

0 comments on commit 7b486b0

Please sign in to comment.