Fix: tests: update rotation ust number of tests
[lttng-tools.git] / tests / regression / tools / rotation / test_ust
index a4988dada45cd9efa37aca1f23cc66715b706032..696baeceeee382743e2656d9b91c25dccddc9da8 100755 (executable)
@@ -27,7 +27,7 @@ EVENT_NAME="tp:tptest"
 
 TRACE_PATH=$(mktemp -d)
 
-NUM_TESTS=142
+NUM_TESTS=136
 
 source $TESTDIR/utils/utils.sh
 source $CURDIR/rotate_utils.sh
@@ -207,8 +207,6 @@ tests=( test_ust_streaming_uid test_ust_local_uid \
        test_ust_local_timer_pid test_ust_streaming_timer_pid \
        test_incompatible_sessions )
 
-#tests=( test_ust_local_timer_uid )
-
 for fct_test in ${tests[@]};
 do
        SESSION_NAME=$(randstring 16 0)
This page took 0.025576 seconds and 5 git commands to generate.