Skip to content

tests: functional: Don't enable/disable app during tests

  • Currently, after every test we disable the app and re-enable for the next test. The original purpose of this disabling is to make sure that an app is disabled after test on it. So, change the scope of disabling the app to ensure that it is only disabled once after all the tests on the app. This should improve the run time of the tests.

Tests:

  • Run functional tests on bepasty app.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

Merge request reports

Loading