forked from espressif/esp-idf
Merge branch 'bugfix/ci_sntp_test_flaky' into 'master'
lwip/test: Fixed flaky SNTP example test Closes IDFCI-1597 See merge request espressif/esp-idf!22186
This commit is contained in:
@@ -23,7 +23,6 @@ def test_get_time_from_sntp_server(dut: Dut) -> None:
|
||||
dut.expect('IPv4 address:')
|
||||
|
||||
dut.expect('Initializing and starting SNTP')
|
||||
dut.expect(r'Waiting for system time to be set... \(\d+/\d+\)')
|
||||
dut.expect('Notification of a time synchronization event')
|
||||
|
||||
TIME_FORMAT = '%a %b %d %H:%M:%S %Y'
|
||||
|
Reference in New Issue
Block a user