Skip to content

Commit 7e5339a

Browse files
committed
skip Bootstrap 4 tests that do not apply to the Bootstrap 5 form theme
1 parent 125727b commit 7e5339a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Extension/AbstractBootstrap5LayoutTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,11 @@ public function testFile()
892892
);
893893
}
894894

895+
public function testFileLabelIdNotDuplicated()
896+
{
897+
$this->markTestSkipped('The Bootstrap 5 form theme does not use the file widget shipped with the Bootstrap 4 theme.');
898+
}
899+
895900
public function testFileWithGroup()
896901
{
897902
$form = $this->factory->createNamed('name', FileType::class);

0 commit comments

Comments
 (0)