mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki: skip tests that are flaking in CI (#96551)
test: skip tests that are flaking in CI
This commit is contained in:
parent
cc1d76fc0a
commit
062f9b6dbf
@ -27,7 +27,8 @@ const createDefaultProps = () => {
|
|||||||
return props;
|
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 () => {
|
it('shows explain section when showExplain is true', async () => {
|
||||||
const props = createDefaultProps();
|
const props = createDefaultProps();
|
||||||
props.showExplain = true;
|
props.showExplain = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user