1
0
Fork 0

build: Remove unused CI test setup

The CI uses the default and plain setups but not the CI one. Let's
remove it.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3966>
This commit is contained in:
Sebastian Wick 2024-08-21 14:01:30 +02:00 committed by Marge Bot
parent c7acd6074b
commit 7bcc8c19cb

View file

@ -424,16 +424,6 @@ if have_tests
have_x11_tests = true have_x11_tests = true
endif endif
endif endif
add_test_setup('CI',
env: [
'MUTTER_DEBUG_DUMMY_MODE_SPECS=800x600@10.0',
],
exe_wrapper: [
default_test_wrappers,
],
timeout_multiplier: 10,
)
endif endif
have_profiler = get_option('profiler') have_profiler = get_option('profiler')