mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -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;
|
||||
};
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user