Skip to content

Commit

Permalink
Temporarily disable InspectorProxy.* tests to unblock CI (facebook#41463
Browse files Browse the repository at this point in the history
)

Summary:
Pull Request resolved: facebook#41463

S378983 Circle CI tests have been red for 5 days. There's a test setup issue somewhere in this test suite, until motiz88 can determine where exactly, let's disable them

T169943794 filed to follow up

Changelog: Internal

Reviewed By: cipolleschi

Differential Revision: D51271630

fbshipit-source-id: 7dbc61bb4c8df0d5360ba239a1f00c4270a691f3
  • Loading branch information
GijsWeterings authored and facebook-github-bot committed Nov 13, 2023
1 parent 6962b5f commit 453e5c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ beforeAll(() => {
jest.resetModules();
});

describe.each(['HTTP', 'HTTPS'])(
// TODO T169943794
xdescribe.each(['HTTP', 'HTTPS'])(
'inspector proxy CDP rewriting hacks over %s',
protocol => {
const serverRef = withServerForEachTest({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jest.useRealTimers();

jest.setTimeout(10000);

describe.each(['HTTP', 'HTTPS'])(
// TODO T169943794
xdescribe.each(['HTTP', 'HTTPS'])(
'inspector proxy CDP transport over %s',
protocol => {
const serverRef = withServerForEachTest({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const PAGES_POLLING_DELAY = 1000;

jest.useFakeTimers();

describe('inspector proxy HTTP API', () => {
// TODO T169943794
xdescribe('inspector proxy HTTP API', () => {
const serverRef = withServerForEachTest({
logger: undefined,
projectRoot: '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jest.useRealTimers();

jest.setTimeout(10000);

describe('inspector proxy React Native reloads', () => {
// TODO T169943794
xdescribe('inspector proxy React Native reloads', () => {
const serverRef = withServerForEachTest({
logger: undefined,
projectRoot: '',
Expand Down

0 comments on commit 453e5c0

Please sign in to comment.