Skip to content

Commit d9b5a7f

Browse files
committed
1 parent d9753a0 commit d9b5a7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

digital-currency/bitcoin/src/test/java/org/javamoney/shelter/bitcoin/provider/MtGoxV2RateProviderTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import javax.money.convert.ExchangeRateProvider;
1818

19+
import org.junit.Ignore;
1920
import org.junit.Test;
2021

2122
import static org.junit.Assert.*;
@@ -24,8 +25,9 @@
2425
* @author Werner Keil
2526
* @author Rajmahendra Hegde <[email protected]>
2627
*/
28+
@Ignore
2729
public class MtGoxV2RateProviderTest {
28-
30+
2931
private static final ExchangeRateProvider MTGOX_PROVIDER = new MtGoxV2RateProvider();
3032

3133
public MtGoxV2RateProviderTest() {

0 commit comments

Comments
 (0)