mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
TST: disable Tor test from runtime selftest screen
This commit is contained in:
parent
e3b239ff81
commit
1f953db482
1 changed files with 0 additions and 8 deletions
|
@ -17,7 +17,6 @@ const bitcoin = require('bitcoinjs-lib');
|
|||
const BlueCrypto = require('react-native-blue-crypto');
|
||||
const encryption = require('../blue_modules/encryption');
|
||||
const BlueElectrum = require('../blue_modules/BlueElectrum');
|
||||
const torrific = require('../blue_modules/torrific');
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
center: {
|
||||
|
@ -54,13 +53,6 @@ export default class Selftest extends Component {
|
|||
|
||||
//
|
||||
|
||||
if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {
|
||||
await torrific.testHttp();
|
||||
await torrific.testSocket();
|
||||
} else {
|
||||
// skipping RN-specific test'
|
||||
}
|
||||
|
||||
if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {
|
||||
await BlueElectrum.ping();
|
||||
await BlueElectrum.waitTillConnected();
|
||||
|
|
Loading…
Add table
Reference in a new issue