Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cypress/e2e/shared/scriptQueryBuilder.results.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ const DELAY_FOR_FILE_DOWNLOAD = 5000

const DEFAULT_DELAY_MS = 2000

describe('Script Builder', () => {
// Temporarily skipped due to consistent timeouts in remocal CI environment.
// Do not re-enable without investigating remocal resource constraints.
describe.skip('Script Builder', () => {
const writeData: string[] = []
for (let i = 0; i < 30; i++) {
writeData.push(`ndbc,air_temp_degc=70_degrees station_id_${i}=${i}`)
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cypress
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /repo
COPY ./package.json .

# Pin to 0.3.0 pending update to cypress-slim image.
RUN yarn add cypress-circleci-reporter@0.3.0
RUN yarn add cypress-circleci-reporter@0.3.0 --ignore-engines

COPY ./cypress.json ./cypress.json
COPY ./cypress ./cypress
Expand Down
Loading