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 and pull[bot] committed Jun 23, 2023
1 parent 29c78b1 commit 1748116
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 1748116

Please sign in to comment.