Skip to content

Commit

Permalink
Monitor query test optimization (#17557)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya authored Sep 13, 2021
1 parent 1852b2e commit 7d82d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ describe("LogsQueryClient live tests", function() {
});
});

describe("Ingested data tests (can be slow due to loading times)", () => {
describe.skip("Ingested data tests (can be slow due to loading times)", () => {
before(async function(this: Context) {
if (env.TEST_RUN_ID) {
loggerForTest.warning(`Using cached test run ID ${env.TEST_RUN_ID}`);
Expand Down

0 comments on commit 7d82d33

Please sign in to comment.