Skip to content

Commit 59f0acb

Browse files
drop expected failure from reconfiguring watchdog
1 parent d19317c commit 59f0acb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UNITTESTS/drivers/Watchdog/test_watchdog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class TestWatchdog : public testing::Test {
3838
TEST_F(TestWatchdog, test_watchdog_start_stop_get_timeout)
3939
{
4040
EXPECT_TRUE(Watchdog::get_instance().start(500));
41-
EXPECT_FALSE(Watchdog::get_instance().start(2000));
4241
EXPECT_TRUE(Watchdog::get_instance().stop());
4342
EXPECT_FALSE(Watchdog::get_instance().stop());
4443
EXPECT_EQ(500, Watchdog::get_instance().get_timeout());

0 commit comments

Comments
 (0)