Skip to content

Commit

Permalink
Disable flakey API unit test
Browse files Browse the repository at this point in the history
Related #1428
  • Loading branch information
krader1961 committed Nov 17, 2019
1 parent 359bf21 commit 0525de9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/libast/tests/cdt/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ test_dir = meson.current_source_dir()
# timeout or fail on most platforms:
# ['tsafehash.c', 120], ['tsafetree.c', 120],
tests = ['tannounce', 'tbags', 'tdeque', 'tdict', 'tdtstack', 'tevent', 'tinstall', 'tlist',
'tobag', 'tqueue', 'trhbags', 'tsearch', 'tstringset', 'tuser', 'tvthread', 'twalk',
'tview', 'trehash']
'tobag', 'tqueue', 'trhbags', 'tsearch', 'tstringset', 'tuser',
# See https://github.com/att/ast/issues/1428 for why this test is disabled.
# 'tvthread',
'twalk', 'tview', 'trehash']

incdir = include_directories('..', '../../include/')

Expand Down

0 comments on commit 0525de9

Please sign in to comment.