Skip to content

Commit 259242a

Browse files
committed
Ignore some metrics in tests as they randomly change
1 parent 586a98a commit 259242a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/System/TasksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getApiForTesting()
8888
'date' => 'today',
8989
'periods' => ['year'],
9090
'otherRequestParameters' => [
91-
'hideColumns' => 'sum_bandwidth,nb_hits_with_bandwidth,min_bandwidth,max_bandwidth,avg_bandwidth,nb_total_overall_bandwidth,nb_total_pageview_bandwidth,nb_total_download_bandwidth',
91+
'hideColumns' => 'sum_visit_length,entry_sum_visit_length,avg_time_on_site_new,sum_bandwidth,nb_hits_with_bandwidth,min_bandwidth,max_bandwidth,avg_bandwidth,nb_total_overall_bandwidth,nb_total_pageview_bandwidth,nb_total_download_bandwidth',
9292
],
9393

9494
// when calling CustomVariables.getUsagesOfSlots, new archives are created until 'today',

0 commit comments

Comments
 (0)