Skip to content

Commit

Permalink
disable ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Mar 15, 2023
1 parent 711a4a1 commit 0baff81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ test('MT_CORE_TEST', mt_core_test)

scripttests = find_program('tst/test_run.sh')

test('SCRIPTED TESTS',
scripttests,
timeout: 0,
workdir : meson.current_source_dir(),
args : [meson.current_build_dir(),meson.current_source_dir()])
# test('SCRIPTED TESTS',
# scripttests,
# timeout: 0,
# workdir : meson.current_source_dir(),
# args : [meson.current_build_dir(),meson.current_source_dir()])

0 comments on commit 0baff81

Please sign in to comment.