We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1478b0d commit b5ad747Copy full SHA for b5ad747
source/api/ut_runner.pkb
@@ -94,10 +94,12 @@ create or replace package body ut_runner is
94
95
ut_event_manager.trigger_event(ut_event_manager.gc_initialize);
96
ut_event_manager.trigger_event(ut_event_manager.gc_debug, ut_run_info());
97
-
+
98
+ /*
99
if ut_utils.valid_tag_expression(l_tags) = 0 then
100
raise_application_error(ut_utils.gc_invalid_tag_expression, 'Invalid Tag expression');
101
end if;
102
+ */
103
104
if a_random_test_order_seed is not null then
105
l_random_test_order_seed := a_random_test_order_seed;
0 commit comments