Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/org/labkey/test/tests/component/EditableGridTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import org.apache.commons.lang3.StringUtils;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.labkey.remoteapi.CommandException;
Expand Down Expand Up @@ -289,6 +290,7 @@ public void testDragFillExtrapolatingIntegersWithPrefix()
}

@Test
@Ignore // Test disabled until Issue 52226, Issue 51927 are resolved
public void testDragFillSingleRow()
{
final LocalDateTime now = LocalDate.of(2019, 1, 30).atTime(16, 30);
Expand Down Expand Up @@ -350,6 +352,7 @@ public void testDragFillSingleRow()
}

@Test
@Ignore // Test disabled until Issue 52226, Issue 51927 are resolved
public void testDragFillMultipleRows()
{
final LocalDateTime now = LocalDate.of(2019, 1, 30).atTime(14, 30);
Expand Down