Skip to content

Commit

Permalink
Temporarily disable tests for DHCP client example
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1447
  • Loading branch information
treiher committed Nov 3, 2023
1 parent f4b1bce commit 72ba7f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/apps/dhcp_client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ BIN_OPTIMIZED = build/obj_optimized/dhcp_client
.PHONY: test build prove generate clean test_binary_size

test: $(BIN) test_binary_size
tests/run
# TODO(eng/recordflux/RecordFlux#1447): Fix tests
# tests/run

test_binary_size: $(BIN_OPTIMIZED)
test $(shell size -A -d build/obj_optimized/dhcp_client | grep .text | awk '{ print $$2 }') -le 173000
Expand Down

0 comments on commit 72ba7f4

Please sign in to comment.