Disabling all ReadClipperUnitTests
This commit is contained in:
parent
6dec932ca9
commit
4086fa768f
|
|
@ -62,7 +62,7 @@ public class ReadClipperUnitTest extends BaseTest {
|
||||||
readClipper = new ReadClipper(read);
|
readClipper = new ReadClipper(read);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test ( enabled = false )
|
||||||
public void testHardClipBothEndsByReferenceCoordinates() {
|
public void testHardClipBothEndsByReferenceCoordinates() {
|
||||||
logger.warn("Executing testHardClipBothEndsByReferenceCoordinates");
|
logger.warn("Executing testHardClipBothEndsByReferenceCoordinates");
|
||||||
|
|
||||||
|
|
@ -76,7 +76,7 @@ public class ReadClipperUnitTest extends BaseTest {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test ( enabled = false )
|
||||||
public void testHardClipByReadCoordinates() {
|
public void testHardClipByReadCoordinates() {
|
||||||
logger.warn("Executing testHardClipByReadCoordinates");
|
logger.warn("Executing testHardClipByReadCoordinates");
|
||||||
|
|
||||||
|
|
@ -109,7 +109,7 @@ public class ReadClipperUnitTest extends BaseTest {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test ( enabled = false )
|
||||||
public void testHardClipByReferenceCoordinates() {
|
public void testHardClipByReferenceCoordinates() {
|
||||||
logger.warn("Executing testHardClipByReferenceCoordinates");
|
logger.warn("Executing testHardClipByReferenceCoordinates");
|
||||||
|
|
||||||
|
|
@ -142,7 +142,7 @@ public class ReadClipperUnitTest extends BaseTest {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test ( enabled = false )
|
||||||
public void testHardClipByReferenceCoordinatesLeftTail() {
|
public void testHardClipByReferenceCoordinatesLeftTail() {
|
||||||
logger.warn("Executing testHardClipByReferenceCoordinatesLeftTail");
|
logger.warn("Executing testHardClipByReferenceCoordinatesLeftTail");
|
||||||
|
|
||||||
|
|
@ -163,7 +163,7 @@ public class ReadClipperUnitTest extends BaseTest {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test ( enabled = false )
|
||||||
public void testHardClipByReferenceCoordinatesRightTail() {
|
public void testHardClipByReferenceCoordinatesRightTail() {
|
||||||
logger.warn("Executing testHardClipByReferenceCoordinatesRightTail");
|
logger.warn("Executing testHardClipByReferenceCoordinatesRightTail");
|
||||||
|
|
||||||
|
|
@ -184,7 +184,7 @@ public class ReadClipperUnitTest extends BaseTest {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test ( enabled = false )
|
||||||
public void testHardClipLowQualEnds() {
|
public void testHardClipLowQualEnds() {
|
||||||
logger.warn("Executing testHardClipByReferenceCoordinates");
|
logger.warn("Executing testHardClipByReferenceCoordinates");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue