Skip to content

Commit

Permalink
Turned on VeryLargeDataFrame test on windows (#5217)
Browse files Browse the repository at this point in the history
### Intent

With #5176 being resolved, we can turn the test back on

### QA Notes

Test passes on windows CI
  • Loading branch information
jonvanausdeln authored Oct 30, 2024
1 parent 1cda237 commit 6cf7096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const objectKey = "largeParquet.parquet";

const githubActions = process.env.GITHUB_ACTIONS === "true";

describe('Data Explorer - Very Large Data Frame', () => {
describe('Data Explorer - Very Large Data Frame #win', () => {
logger = setupAndStartApp();

before(async function () {
Expand Down

0 comments on commit 6cf7096

Please sign in to comment.