CI fails on macOS just because (window has a different size for some unrelated bug I cannot replicate or control), trying different window size.

This commit is contained in:
Martín Lucas Golini
2026-04-09 00:26:38 -03:00
parent 8bbb61d8f5
commit b43508b106
2 changed files with 1 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ static void init_ui_test() {
UTEST( UIHTMLTable, complexLayout ) {
auto win = Engine::instance()->createWindow(
WindowSettings( 1024, 650, "HTML Tables Test", WindowStyle::Default, WindowBackend::Default,
WindowSettings( 1024, 600, "HTML Tables Test", WindowStyle::Default, WindowBackend::Default,
32, {}, 1, false, true ),
ContextSettings( false, 0, 0, GLv_default, true, false ) );
FileSystem::changeWorkingDirectory( Sys::getProcessPath() );