Skip to content

Commit

Permalink
Disable scripts/build test (project-chip#8490)
Browse files Browse the repository at this point in the history
This test is failing as of 392d085 ("ESP32: Optimize the time taken by esp32
workflows (project-chip#8409)").

There is no documentation about how to update the expectations. Disable
this test for now.
  • Loading branch information
mspang authored Jul 20, 2021
1 parent 369c743 commit d24b3c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,7 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {

group("check") {
if (chip_link_tests) {
deps = [
"//scripts/build:build_examples.tests",
"//src:tests_run",
]
deps = [ "//src:tests_run" ]
}
}

Expand Down

0 comments on commit d24b3c0

Please sign in to comment.