Skip to content

Commit

Permalink
Skip yet another unsafe test on GitHhub Action's macOS 14 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 23, 2024
1 parent cb83271 commit 6d5e416
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/lib/testabstractpokitservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ void TestAbstractPokitService::connected()

void TestAbstractPokitService::discoveryFinished()
{
if (gitHubActionsRunnerOsVersion() >= QOperatingSystemVersion(QOperatingSystemVersion::MacOS, 14)) {
QSKIP("BLE controller operations hang on GitHub Actions's macOS 14 runners");
}

// Verify safe error handling.
{
MockPokitService service(nullptr);
Expand Down

0 comments on commit 6d5e416

Please sign in to comment.