From de3b76d303475c507a7f090b3bfda2fa3dd0114a Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Sat, 11 Oct 2014 00:25:08 +1300 Subject: [PATCH] Removed a skipped test and marking as TODO instead --- tests/PHPUnit/System/PivotByQueryParamTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/PHPUnit/System/PivotByQueryParamTest.php b/tests/PHPUnit/System/PivotByQueryParamTest.php index cfe630d9d5..15af9b5373 100644 --- a/tests/PHPUnit/System/PivotByQueryParamTest.php +++ b/tests/PHPUnit/System/PivotByQueryParamTest.php @@ -98,10 +98,10 @@ class PivotByQueryParamTest extends SystemTestCase )); } - public function test_PivotByParam_PlaysNiceWithQueuedFilters() + // TODO: known issue: some segment/report relationships are more complicated; for example, UserCountry.GetCity labels are combinations + // of city, region & country dimensions, so the segment to get an intersected table needs all 3 of those. + public function SHOULD_test_PivotByParam_PlaysNiceWithQueuedFilters() { - // TODO: known issue: some segment/report relationships are more complicated; for example, UserCountry.GetCity labels are combinations - // of city, region & country dimensions, so the segment to get an intersected table needs all 3 of those. $this->markTestSkipped("Not working right now."); -- GitLab