Ignore monospace spacing tests until re-introduced again

This commit is contained in:
Christoph Atteneder 2018-12-13 14:20:13 +01:00
parent 71e2a92ade
commit 0bc29e198c
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
2 changed files with 3 additions and 0 deletions

View File

@ -405,6 +405,7 @@ public class OfferBookViewModelTest {
assertEquals(10, model.maxPlacesForMarketPriceMargin.intValue()); //" (-10.00%)"
}
@Ignore
@Test
public void testGetPrice() {
OfferBook offerBook = mock(OfferBook.class);

View File

@ -34,6 +34,7 @@ import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.PowerMockRunner;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -179,6 +180,7 @@ public class BSFormatterTest {
assertEquals("0.1000 - 0.2000", formatter.formatAmount(offer, 4, true, 15));
}
@Ignore
@Test
public void testFormatAmountWithAlignmenWithDecimalsNoRange() {
OfferPayload offerPayload = mock(OfferPayload.class);