diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2019-11-24 10:15:02 +0200 |
---|---|---|
committer | Eylon Malin <eylon.malin@intl.att.com> | 2019-11-24 10:25:00 +0200 |
commit | ae36a252b2772a94d3c8ae6b93e2a342156f75d5 (patch) | |
tree | cb74a4a2dde3a37ca2fdf8cf6d7dbc4925b8f3e9 /vid-app-common/src/main/java/org | |
parent | dbd97a1dd39e0fa3a587b00cb8f42616ef59a2f6 (diff) |
remove CREATE_INSTANCE_TEST feature flag
Issue-ID: VID-721
Change-Id: Id956a0b5b840c5e76cc1f6f7ea33a7d00f5670c3
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/java/org')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java index 5bf4fbdc0..232484ba9 100644 --- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java +++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java @@ -29,7 +29,6 @@ public enum Features implements Feature { * Use /docs/feature-flags.md for details */ - CREATE_INSTANCE_TEST, EMPTY_DRAWING_BOARD_TEST, FLAG_ADD_MSO_TESTAPI_FIELD, FLAG_SERVICE_MODEL_CACHE, |