Commit 96a900e0 authored by Steve Müller's avatar Steve Müller

add group tag to test case

parent f1f7c9a6
...@@ -344,6 +344,9 @@ class PostgreSqlSchemaManagerTest extends SchemaManagerFunctionalTestCase ...@@ -344,6 +344,9 @@ class PostgreSqlSchemaManagerTest extends SchemaManagerFunctionalTestCase
$this->assertFalse($foundTable, 'View "list_tables_excludes_views_test_view" must not be found in table list'); $this->assertFalse($foundTable, 'View "list_tables_excludes_views_test_view" must not be found in table list');
} }
/**
* @group DBAL-1033
*/
public function testPartialIndexes() public function testPartialIndexes()
{ {
$offlineTable = new Schema\Table('person'); $offlineTable = new Schema\Table('person');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment