Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca227c0 commit 79da316Copy full SHA for 79da316
1 file changed
source/core/ut_suite_builder.pkb
@@ -570,8 +570,7 @@ create or replace package body ut_suite_builder is
570
571
a_suite.disabled_flag := ut_utils.boolean_to_int(a_annotations.by_name.exists(gc_disabled));
572
if a_annotations.by_name.exists(gc_disabled) then
573
- l_annotation_text := trim(a_annotations.by_name(gc_disabled)(a_annotations.by_name(gc_disabled).first));
574
- a_suite.disabled_reason := l_annotation_text;
+ a_suite.disabled_reason := a_annotations.by_name(gc_disabled)(a_annotations.by_name(gc_disabled).first);
575
end if;
576
577
--process procedure annotations for suite
0 commit comments