We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b61f1 commit 009b6e2Copy full SHA for 009b6e2
x-pack/test/upgrade_assistant_integration/upgrade_assistant/api_deprecations.ts
@@ -207,7 +207,7 @@ export default function ({ getService }: FtrProviderContext) {
207
);
208
});
209
210
- it('GET /api/upgrade_assistant/status does not return { readyForUpgrade: false } if there are only critical API deprecations', async () => {
+ it.skip('GET /api/upgrade_assistant/status does not return { readyForUpgrade: false } if there are only critical API deprecations', async () => {
211
/** Throw in another critical deprecation... */
212
await supertest.get(`/api/routing_example/d/removed_route`).expect(200);
213
// sleep a little until the usage counter is synced into ES
0 commit comments