Skip to content

Commit

Permalink
[REPL] Uncomment test since #15987 should be resolved (#17796)
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing authored Apr 27, 2022
1 parent 99988e5 commit c950d8c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/controller/python/test/test_scripts/mobile-device-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,9 @@ def ethernet_commissioning(test: BaseTestHelper, discriminator: int, setup_pin:
setuppin=20202021,
nodeid=1))
FailIfNot(ok, "Failed to commission multi-fabric")
#
# The server will crash if we are aborting / closing it too fast.
# Issue: #15987
# logger.info("Testing closing sessions")
# FailIfNot(test.TestCloseSession(nodeid=device_nodeid),
# "Failed to close sessions")

logger.info("Testing closing sessions")
FailIfNot(test.TestCloseSession(nodeid=device_nodeid), "Failed to close sessions")


@base.test_case
Expand Down

0 comments on commit c950d8c

Please sign in to comment.