diff --git a/tests/auto/grpcgen/tst_qtgrpcgen.cpp b/tests/auto/grpcgen/tst_qtgrpcgen.cpp index 1e2ab06f..b78aa795 100644 --- a/tests/auto/grpcgen/tst_qtgrpcgen.cpp +++ b/tests/auto/grpcgen/tst_qtgrpcgen.cpp @@ -88,12 +88,7 @@ void tst_qtgrpcgen::initTestCase() m_commandLineGenerated = testOutputBaseDir.absolutePath() + QLatin1StringView("/cmd_line_generation"); QVERIFY(!m_commandLineGenerated.isEmpty()); -#ifdef Q_OS_MACOS - if (!protocolCompilerAvailableToRun(protocolBufferCompiler)) - QSKIP("Protocol buffer compiler is not provisioned for macOS ARM VMs: QTBUG-109130"); -#else QVERIFY(protocolCompilerAvailableToRun(protocolBufferCompiler)); -#endif } void tst_qtgrpcgen::cmakeGeneratedFile_data() diff --git a/tests/auto/protobufgen/tst_qtprotobufgen.cpp b/tests/auto/protobufgen/tst_qtprotobufgen.cpp index 54ee62f7..c8e37fd1 100644 --- a/tests/auto/protobufgen/tst_qtprotobufgen.cpp +++ b/tests/auto/protobufgen/tst_qtprotobufgen.cpp @@ -101,12 +101,7 @@ void qtprotobufgenTest::initTestCase() m_cmdLineGenerated = BinaryDir + CmdLineGeneratedPathInfix; QVERIFY(!m_cmdLineGenerated.isEmpty()); QVERIFY(QFile::exists(m_cmdLineGenerated)); -# ifdef Q_OS_MACOS - if (!protocolCompilerAvailableToRun(ProtocPath)) - QSKIP("Protocol buffer compiler is not provisioned for macOS ARM VMs: QTBUG-109130"); -# else QVERIFY(protocolCompilerAvailableToRun(ProtocPath)); -# endif #endif m_cmakeGenerated = QFINDTESTDATA(CMakeGeneratedDir);