Loki: skip tests that are flaking in CI (#96551)

test: skip tests that are flaking in CI
This commit is contained in:
Galen Kistler 2024-11-15 08:47:00 -06:00 committed by GitHub
parent cc1d76fc0a
commit 062f9b6dbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,8 @@ const createDefaultProps = () => {
return props;
};
describe('LokiQueryCodeEditor', () => {
// Tests with Monaco are occasionally flaking in CI see #incident-2024-11-13-enterprise-drone-pipeline-failing. Skipping for now.
describe.skip('LokiQueryCodeEditor', () => {
it('shows explain section when showExplain is true', async () => {
const props = createDefaultProps();
props.showExplain = true;