From 6444e0413859ac9197c9bc493dc45e1f88de2c48 Mon Sep 17 00:00:00 2001 From: James Procter Date: Fri, 29 Sep 2023 12:09:05 +0100 Subject: [PATCH] JAL-4153 move JvCacheableInputBoxTest to testTask2 --- test/jalview/io/cache/JvCacheableInputBoxTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jalview/io/cache/JvCacheableInputBoxTest.java b/test/jalview/io/cache/JvCacheableInputBoxTest.java index 288444e..5f9af25 100644 --- a/test/jalview/io/cache/JvCacheableInputBoxTest.java +++ b/test/jalview/io/cache/JvCacheableInputBoxTest.java @@ -45,7 +45,7 @@ public class JvCacheableInputBoxTest appCache = AppCache.getInstance(); } - @Test(groups = { "Functional" }) + @Test(groups = { "Functional", "testTask2" }) public void getUserInputTest() { String userInput = cacheBox.getUserInput(); -- 1.7.10.2