Skip to content

Commit 34b856e

Browse files
committed
Remove react 18 tests
1 parent 92e0e3d commit 34b856e

File tree

1 file changed

+0
-63
lines changed

1 file changed

+0
-63
lines changed

.circleci/config.yml

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -219,24 +219,6 @@ jobs:
219219
- store_artifacts:
220220
path: /tmp/dash_artifacts
221221

222-
test-312-react-18:
223-
<<: *test
224-
docker:
225-
- image: cimg/python:3.12.1-browsers
226-
auth:
227-
username: dashautomation
228-
password: $DASH_PAT_DOCKERHUB
229-
environment:
230-
PERCY_ENABLE: 0
231-
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: True
232-
PYVERSION: python312
233-
REDIS_URL: redis://localhost:6379
234-
REACT_VERSION: "18.2.0"
235-
- image: cimg/redis:6.2.6
236-
auth:
237-
username: dashautomation
238-
password: $DASH_PAT_DOCKERHUB
239-
240222
test-38:
241223
<<: *test
242224
docker:
@@ -337,18 +319,6 @@ jobs:
337319
- store_artifacts:
338320
path: /tmp/dash_artifacts
339321

340-
dcc-312-react-18:
341-
<<: *dcc-test
342-
docker:
343-
- image: cimg/python:3.12.1-browsers
344-
auth:
345-
username: dashautomation
346-
password: $DASH_PAT_DOCKERHUB
347-
environment:
348-
PYVERSION: python312
349-
PERCY_ENABLE: 0
350-
REACT_VERSION: "18.2.0"
351-
352322
dcc-38:
353323
<<: *dcc-test
354324
docker:
@@ -414,18 +384,6 @@ jobs:
414384
- store_artifacts:
415385
path: /tmp/dash_artifacts
416386

417-
html-312-react-18:
418-
<<: *html-test
419-
docker:
420-
- image: cimg/python:3.12.1-browsers
421-
auth:
422-
username: dashautomation
423-
password: $DASH_PAT_DOCKERHUB
424-
environment:
425-
PYVERSION: python312
426-
PERCY_ENABLE: 0
427-
REACT_VERSION: "18.2.0"
428-
429387
html-38:
430388
<<: *html-test
431389
docker:
@@ -486,15 +444,6 @@ jobs:
486444
- store_artifacts:
487445
path: /tmp/dash_artifacts
488446

489-
table-server-react-18:
490-
<<: *table-server
491-
docker:
492-
- image: cimg/python:3.12.1-browsers
493-
environment:
494-
PYVERSION: python312
495-
PERCY_ENABLE: 0
496-
REACT_VERSION: "18.2.0"
497-
498447
table-unit-test:
499448
working_directory: ~/dash
500449
docker:
@@ -627,9 +576,6 @@ workflows:
627576
- test-312:
628577
requires:
629578
- install-dependencies-312
630-
- test-312-react-18:
631-
requires:
632-
- install-dependencies-312
633579
- test-38:
634580
requires:
635581
- install-dependencies-38
@@ -644,19 +590,13 @@ workflows:
644590
- dcc-312:
645591
requires:
646592
- install-dependencies-312
647-
- dcc-312-react-18:
648-
requires:
649-
- install-dependencies-312
650593
- dcc-38:
651594
requires:
652595
- install-dependencies-38
653596

654597
- html-312:
655598
requires:
656599
- install-dependencies-312
657-
- html-312-react-18:
658-
requires:
659-
- install-dependencies-312
660600
- html-38:
661601
requires:
662602
- install-dependencies-38
@@ -671,9 +611,6 @@ workflows:
671611
- table-server:
672612
requires:
673613
- install-dependencies-312
674-
- table-server-react-18:
675-
requires:
676-
- install-dependencies-312
677614

678615
- percy/finalize_all:
679616
requires:

0 commit comments

Comments
 (0)