_util->getServer(); if ($server == 'IDS') { $this->markTestIncomplete('IDS does not support this SQL syntax'); } else { parent::testSelectGroupByExpr(); } } public function testSelectGroupByAutoExpr() { $server = $this->_util->getServer(); if ($server == 'IDS') { $this->markTestIncomplete('IDS does not support this SQL syntax'); } else { parent::testSelectGroupByAutoExpr(); } } public function testSelectJoinCross() { $this->markTestSkipped($this->getDriver() . ' adapter support for CROSS JOIN not yet available'); } }