diff options
author | golabek <tomasz.golabek@nokia.com> | 2019-03-08 13:05:24 +0100 |
---|---|---|
committer | golabek <tomasz.golabek@nokia.com> | 2019-03-11 11:37:33 +0100 |
commit | 1cb4db0a9820f65064dde0120dae00fb67cec446 (patch) | |
tree | 194c67c9a4c4c355150d1324cfb7f2e7f568efed /vid-automation/src/test | |
parent | e2617e9d5b82f2605e1660750a0dae96a077d83f (diff) |
Introduced feature toggle for workflows API
FLAG_HANDLE_SO_WORKFLOWS was added to list of flags and used in js
Change-Id: I720cd01b001fd1be75ec49628d7bb4b04f883384
Issue-ID: VID-398
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'vid-automation/src/test')
-rw-r--r-- | vid-automation/src/test/resources/features.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vid-automation/src/test/resources/features.properties b/vid-automation/src/test/resources/features.properties index 8ff0db2ab..6f4f4efd4 100644 --- a/vid-automation/src/test/resources/features.properties +++ b/vid-automation/src/test/resources/features.properties @@ -10,5 +10,6 @@ FLAG_COLLECTION_RESOURCE_SUPPORT = true FLAG_NETWORK_TO_ASYNC_INSTANTIATION = true FLAG_SERVICE_MODEL_CACHE = true FLAG_SHOW_ASSIGNMENTS = true -FLAG_SHOW_VERIFY_SERVICE=false +FLAG_SHOW_VERIFY_SERVICE = false FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD = false +FLAG_HANDLE_SO_WORKFLOWS = false
\ No newline at end of file |