Skip to content

Commit 009b6e2

Browse files
authored
Skip upgrade assistant flaky test (#232434)
Only skipping on the 9.0 branch, as this is the only branch that is flaky. Flaky test issue: #227432
1 parent 68b61f1 commit 009b6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/upgrade_assistant_integration/upgrade_assistant/api_deprecations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export default function ({ getService }: FtrProviderContext) {
207207
);
208208
});
209209
});
210-
it('GET /api/upgrade_assistant/status does not return { readyForUpgrade: false } if there are only critical API deprecations', async () => {
210+
it.skip('GET /api/upgrade_assistant/status does not return { readyForUpgrade: false } if there are only critical API deprecations', async () => {
211211
/** Throw in another critical deprecation... */
212212
await supertest.get(`/api/routing_example/d/removed_route`).expect(200);
213213
// sleep a little until the usage counter is synced into ES

0 commit comments

Comments
 (0)