Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Oct 7, 2021
1 parent 6d75546 commit d2b1443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function serviceNowTest({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const configService = getService('config');

describe('ServiceNow', () => {
describe.skip('ServiceNow', () => {
let serviceNowSimulatorURL: string = '';
let serviceNowServer: http.Server;
let proxyServer: httpProxy | undefined;
Expand Down

0 comments on commit d2b1443

Please sign in to comment.