mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 07:26:11 +08:00
test: skip some flaky tests on CI
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import * as http from '@nativescript/core/http';
|
||||
import { Http } from '@nativescript/core';
|
||||
|
||||
declare var postMessage: any;
|
||||
|
||||
http.getString('https://httpbin.org/get').then(
|
||||
Http.getString('https://httpbin.org/get').then(
|
||||
function (r) {
|
||||
postMessage(r);
|
||||
},
|
||||
|
Reference in New Issue
Block a user