Skip to content

Commit b07bcf1

Browse files
authored
EditableGridTest: Disable the test cases that drag fill multiline column values (#2425)
1 parent 951f756 commit b07bcf1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/org/labkey/test/tests/component/EditableGridTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.apache.commons.lang3.StringUtils;
44
import org.junit.BeforeClass;
5+
import org.junit.Ignore;
56
import org.junit.Test;
67
import org.junit.experimental.categories.Category;
78
import org.labkey.remoteapi.CommandException;
@@ -289,6 +290,7 @@ public void testDragFillExtrapolatingIntegersWithPrefix()
289290
}
290291

291292
@Test
293+
@Ignore // Test disabled until Issue 52226, Issue 51927 are resolved
292294
public void testDragFillSingleRow()
293295
{
294296
final LocalDateTime now = LocalDate.of(2019, 1, 30).atTime(16, 30);
@@ -350,6 +352,7 @@ public void testDragFillSingleRow()
350352
}
351353

352354
@Test
355+
@Ignore // Test disabled until Issue 52226, Issue 51927 are resolved
353356
public void testDragFillMultipleRows()
354357
{
355358
final LocalDateTime now = LocalDate.of(2019, 1, 30).atTime(14, 30);

0 commit comments

Comments
 (0)