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 e1cb0af commit 815f14dCopy full SHA for 815f14d
src/fixtures/tests/guides.ts
@@ -110,7 +110,8 @@ describe('learning tracks', () => {
110
}
111
})
112
113
- test('REST category learning track article works', async () => {
+ // Skipping this test due to flakes... does this page actually have a learning track on it?
114
+ test.skip('REST category learning track article works', async () => {
115
const response = await get('/rest/actions?learnProduct=code-security&learn=bar_foo', {
116
followAllRedirects: true,
117
0 commit comments