Skip to content

Commit

Permalink
Turn off TestSystemScheduleWork on esp32 QEMU for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Sep 3, 2022
1 parent cf078e0 commit 9dd99b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/system/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ chip_test_suite("tests") {
"TestSystemErrorStr.cpp",
"TestSystemPacketBuffer.cpp",
"TestSystemScheduleLambda.cpp",
"TestSystemScheduleWork.cpp",
"TestSystemTimer.cpp",
"TestSystemWakeEvent.cpp",
"TestTimeSource.cpp",
]

if (chip_device_platform != "esp32") {
test_sources += [ "TestSystemScheduleWork.cpp" ]
}

cflags = [ "-Wconversion" ]

public_deps = [
Expand Down

0 comments on commit 9dd99b1

Please sign in to comment.