Skip to content

Commit

Permalink
unskip flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefinger committed Nov 12, 2024
1 parent d6b8f9b commit a78abbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const mainApiRequestsToIntercept = [

const mainAliasNames = mainApiRequestsToIntercept.map(({ aliasName }) => `@${aliasName}`);
// flaky test
describe.skip('Storage Explorer', () => {
describe('Storage Explorer', () => {
before(() => {
const { rangeFrom, rangeTo } = timeRange;
synthtrace.index(
Expand Down

0 comments on commit a78abbd

Please sign in to comment.