Skip to content

Commit 5e64082

Browse files
author
Artem
committed
remove win e2e from ightly tests
1 parent 66ae38f commit 5e64082

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.circleci/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,10 +1097,10 @@ workflows:
10971097
name: Build app - Linux (stage)
10981098
requires:
10991099
- Setup build (stage)
1100-
- windows:
1101-
name: Build app - Windows (stage)
1102-
requires:
1103-
- Setup build (stage)
1100+
# - windows:
1101+
# name: Build app - Windows (stage)
1102+
# requires:
1103+
# - Setup build (stage)
11041104
# integration tests on docker image build
11051105
- integration-tests-run:
11061106
matrix:
@@ -1127,10 +1127,10 @@ workflows:
11271127
report: true
11281128
requires:
11291129
- Build app - Linux (stage)
1130-
# e2e desktop tests on exe build
1131-
- e2e-exe:
1132-
name: E2ETest (exe) - Nightly
1133-
parallelism: 4
1134-
report: true
1135-
requires:
1136-
- Build app - Windows (stage)
1130+
# # e2e desktop tests on exe build
1131+
# - e2e-exe:
1132+
# name: E2ETest (exe) - Nightly
1133+
# parallelism: 4
1134+
# report: true
1135+
# requires:
1136+
# - Build app - Windows (stage)

0 commit comments

Comments
 (0)