Skip to content

Commit bb9a5ce

Browse files
Include in daily suite
1 parent f043b03 commit bb9a5ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/org/labkey/test/tests/assay/AssayTransformMissingParentDirTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import org.labkey.test.Locator;
77
import org.labkey.test.TestFileUtils;
88
import org.labkey.test.categories.Assays;
9+
import org.labkey.test.categories.Daily;
910
import org.labkey.test.components.assay.AssayConstants;
1011
import org.labkey.test.pages.ReactAssayDesignerPage;
1112
import org.labkey.test.pages.assay.AssayImportPage;
@@ -20,7 +21,7 @@
2021
* Issue 54156: Regression test to ensure a reasonable error message is shown when an assay design references
2122
* a transform script whose parent directory has since been deleted, and that the assay design can be fixed by removing the script.
2223
*/
23-
@Category({Assays.class})
24+
@Category({Assays.class, Daily.class})
2425
public class AssayTransformMissingParentDirTest extends AbstractAssayTransformTest
2526
{
2627
@Test

0 commit comments

Comments
 (0)