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:
David Čermák
2023-02-01 20:00:42 +08:00

View File

@@ -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'