Commit 66a1f67b authored by chiaming2000's avatar chiaming2000
Browse files

Skip batch operation tests when running against the drives. This will be

re-enabled when the drive feature is available.
parent a7c6b08c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ import com.seagate.kinetic.proto.Kinetic.Command.Status.StatusCode;
 * 
 */

@Test(groups = { "simulator", "drive" })
@Test(groups = { "simulator" })
public class BatchOpAPITest extends IntegrationTestCase {

    private final int valueSize = 1024 * 1024;