Skip to content

Commit 4e7c5df

Browse files
committed
CI fixes
1 parent 630178a commit 4e7c5df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/platform/tests/TestDnssd.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ TEST_F(TestDnssd, TestDnssdBrowse)
234234
chip::DeviceLayer::PlatformMgr().RunEventLoop();
235235
ChipLogProgress(DeviceLayer, "End EventLoop");
236236

237-
EXPECT_GT(mResolvedServicesCount, 0);
237+
EXPECT_GT(mResolvedServicesCount, 0u);
238238
EXPECT_FALSE(mTimeoutExpired);
239239

240240
// Stop browsing so we can safely shutdown DNS-SD
@@ -289,7 +289,7 @@ TEST_F(TestDnssd, TestDnssdPublishService)
289289
chip::DeviceLayer::PlatformMgr().RunEventLoop();
290290
ChipLogProgress(DeviceLayer, "End EventLoop");
291291

292-
EXPECT_GT(mResolvedServicesCount, 0);
292+
EXPECT_GT(mResolvedServicesCount, 0u);
293293
EXPECT_FALSE(mTimeoutExpired);
294294

295295
// Stop browsing so we can safely shutdown DNS-SD
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
accesstest
2+
PlatformTests

src/test_driver/openiotsdk/unit-tests/test_components_nl.txt

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ MessagingLayerTests
1111
MinimalMdnsCoreTests
1212
MinimalMdnsRecordsTests
1313
MinimalMdnsRespondersTests
14-
PlatformTests
1514
RawTransportTests
1615
RetransmitTests
1716
SecureChannelTests

0 commit comments

Comments
 (0)