Merge pull request #2125 from ripcurlx/ignore-mono-space-tests

Ignore monospace spacing tests until re-introduced again
This commit is contained in:
Christoph Atteneder 2018-12-13 14:26:54 +01:00 committed by GitHub
commit 40b3032f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);