diff --git a/tests/main.cpp b/tests/main.cpp index 4de391b6..bda1e2fe 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -51,6 +51,9 @@ static bool skipFastFlag(const char* flagName) if (strncmp(flagName, "Debug", 5) == 0) return true; + if (strcmp(flagName, "StudioReportLuauAny") == 0) + return true; + return false; }