[cmake,test] deactivate TestGdiLine

The test is broken (and has been for a long time), deactivate it.
This commit is contained in:
akallabeth 2024-02-04 20:32:33 +01:00 committed by akallabeth
parent d7ebec5a65
commit 42cfe9bf1a
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ set(${MODULE_PREFIX}_DRIVER ${MODULE_NAME}.c)
set(${MODULE_PREFIX}_TESTS
TestGdiRop3.c
TestGdiLine.c
# TestGdiLine.c # TODO: This test is broken
TestGdiRegion.c
TestGdiRect.c
TestGdiBitBlt.c