Skip to content

Commit b5ad747

Browse files
committed
Comment out to see why its failing.
1 parent 1478b0d commit b5ad747

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/api/ut_runner.pkb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,12 @@ create or replace package body ut_runner is
9494

9595
ut_event_manager.trigger_event(ut_event_manager.gc_initialize);
9696
ut_event_manager.trigger_event(ut_event_manager.gc_debug, ut_run_info());
97-
97+
98+
/*
9899
if ut_utils.valid_tag_expression(l_tags) = 0 then
99100
raise_application_error(ut_utils.gc_invalid_tag_expression, 'Invalid Tag expression');
100101
end if;
102+
*/
101103

102104
if a_random_test_order_seed is not null then
103105
l_random_test_order_seed := a_random_test_order_seed;

0 commit comments

Comments
 (0)