mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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);
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ImageSource } from '@nativescript/core/image-source';
|
||||
import { ImageSource } from '@nativescript/core';
|
||||
import * as TKUnit from '../tk-unit';
|
||||
import * as http from '@nativescript/core/http';
|
||||
import * as fs from '@nativescript/core/file-system';
|
||||
@@ -697,7 +697,7 @@ export var test_getString_WorksProperlyInWorker = function (done) {
|
||||
done();
|
||||
};
|
||||
worker.onerror = function (e) {
|
||||
console.log('errir received');
|
||||
console.log('error received');
|
||||
done(e);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user