Description
The following is on the line that's checking jobMbean current state.
Runs fine on my system. Seems like a "wait to get to RUNNING" loop is needed to make the test more robust.
[junit] expected:<RUNNING> but was:<INITIALIZED>
[junit] junit.framework.AssertionFailedError: expected:<RUNNING> but was:<INITIALIZED>
[junit] at org.apache.edgent.test.fvt.iot.IotProviderTest.testIotProviderCloseApplicationDirect(IotProviderTest.java:161)