Commit Graph

611 Commits

Author SHA1 Message Date
Benjamin Pasero
5eec3c86e3 smoke test - disable experiments 2021-05-27 07:30:23 +02:00
Benjamin Pasero
4cda850edf disable welcome editor in smoke tests (fix #124674) 2021-05-26 14:22:13 +02:00
Jackson Kearl
5ac4f5f5be Fix didn't work 2021-05-21 11:21:27 -07:00
Jackson Kearl
852b70eafe Try fix (#124384) 2021-05-21 17:36:20 +00:00
Benjamin Pasero
4b5db9098c smoke test - disable failing search test
//cc @JacksonKearl
2021-05-21 09:12:01 +02:00
Jackson Kearl
e66c62f38a Generalize smoke text 2021-05-20 22:21:19 -07:00
Jackson Kearl
89c8f91988 Add smoke test for #124146 2021-05-20 22:20:48 -07:00
Ladislau Szomoru
a13da59f95 Fix #123621 2021-05-12 10:04:46 +02:00
Rob Lourens
5c22e55a74 Disable broken smoke test #123621 2021-05-11 19:26:30 -07:00
Dirk Baeumer
2fc3214ba4 Fixes #123083: Localization: starts with 'DE' locale and verifies title and viewlets text is in German 2021-05-10 13:57:43 +02:00
Dirk Baeumer
08c4cd87e3 Reenable localization tests. 2021-03-25 10:42:35 +01:00
rebornix
2b66dfe021 skip flaky tests. 2021-03-23 21:49:48 -07:00
Rob Lourens
cca8a48b17 Restore notebook smoketests, Fix #113882 2021-03-23 08:49:57 -07:00
Johannes Rieken
b353f06339 comment out failing notebook smoke tests, https://github.com/microsoft/vscode/issues/119164 2021-03-17 09:22:44 +01:00
Jackson Kearl
556e6d8310 Fixup search smoke tests 2021-03-09 12:50:36 -08:00
Jackson Kearl
9eceb50498 Move label about for #115244 after more tests are failing 2021-03-09 11:25:45 -08:00
Jackson Kearl
e5a10ca55d Skip search tests while diagnosing flakeyness 2021-03-09 11:16:09 -08:00
Sandeep Somavarapu
edfbf27e3a #118443 - change name 2021-03-09 09:34:19 +01:00
Sandeep Somavarapu
9d3a1d9f59 Fix #118443 2021-03-09 09:30:56 +01:00
Jackson Kearl
ac229ced07 Revert "Reenable smoke test to see if still flakey" #115244
This reverts commit 5d80c30e5b.
2021-03-08 19:31:58 -08:00
Benjamin Pasero
9c78fa40ca skip failing test (#118443) 2021-03-08 15:22:24 +01:00
Jackson Kearl
5d80c30e5b Reenable smoke test to see if still flakey
Ref #115244
2021-03-05 22:05:32 -08:00
Benjamin Pasero
041e4d9b1f fix smoke tests with stable build (fix #117420) 2021-02-23 19:04:51 +01:00
João Moreno
2ca2792a65 fix smoketest 2021-02-19 16:03:01 +01:00
Rob Lourens
a699ffaee6 Reenable notebook smoke test
Fix #116535
2021-02-13 15:48:37 -08:00
Johannes Rieken
fc31a6a558 skip failing test, https://github.com/microsoft/vscode/issues/116535 2021-02-12 11:15:56 +01:00
Jackson Kearl
8a3a5d9b74 Fix search smoke test 2021-02-09 15:44:07 -08:00
Sandeep Somavarapu
cd97629c44 #116152 enable smoke tests 2021-02-09 08:58:39 +01:00
Rob Lourens
be5126d37c Also skip 'before', #116156 2021-02-08 22:08:17 -08:00
Rob Lourens
0829608afb Change disabled tests to .skip 2021-02-08 21:37:02 -08:00
Megan Rogge
29844a0baf disable smoke tests that time out 2021-02-08 18:21:39 -08:00
Sandeep Somavarapu
a9ccd48a1f enable extension tests in web 2021-02-04 08:44:06 +01:00
Sandeep Somavarapu
4e6d9ce2b7 add server cli test 2021-02-03 21:42:12 +01:00
Sandeep Somavarapu
066c584405 enable remote smoke tests 2021-02-03 19:20:44 +01:00
Sandeep Somavarapu
abb05eb058 Fix #115586 2021-02-02 10:25:50 +01:00
Benjamin Pasero
04d4310a8a fix smoketest (#115586) 2021-02-02 08:20:07 +01:00
Rob Lourens
662a698ef9 Skip failing test #115244 2021-01-28 12:00:17 -08:00
Sandeep Somavarapu
4b9b2ab9a6 Fix #114707 2021-01-21 17:46:40 +01:00
João Moreno
f745a912ae fixes #114420 2021-01-15 15:19:19 +01:00
Alexandru Dima
00f8540d79 Fixes #114332
`yarn` no longer compiles the smoke test as a postinstall script. This breaks the flow of running `yarn && yarn smoketest` to execute the smoketest.

So change `yarn smoketest` to also do the compiling of the smoke test. But that generates too much extra work on the build machine, which needs to invoke `yarn smoketest` twice, once for Electron and once for web.

To workaround that, `yarn smoketest-no-compile` is added, which can be used by the build machine to avoid needlessly compiling.

While here, the nodejs version is already checked in the `yarn` preinstall script, so remove the check from the smoke test.
2021-01-14 10:35:42 +01:00
Benjamin Pasero
96e2981c91 skip failing test (#113882) 2021-01-08 08:16:28 +01:00
Rob Lourens
d29388d255 Reenable test, fix #113768 2021-01-05 12:21:50 -08:00
Alexandru Dima
f74ad9692f Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01:00
Sandeep Somavarapu
0ac5e95251 Fix #109644 2020-12-02 17:50:49 +01:00
Martin Aeschlimann
3472159cb1 Merge pull request #111408 from microsoft/aeschli/notebookIcons
externalize notebook items
2020-12-01 09:29:13 +01:00
Sandeep Somavarapu
47ce2a8d6d #111845 fix localization tests 2020-11-30 20:26:00 +01:00
Martin Aeschlimann
4e45d27a72 fix stopIcon name 2020-11-27 12:12:54 +01:00
Sandeep Somavarapu
6a2535e0ab Fix #107965 2020-10-28 19:49:42 +01:00
Benjamin Pasero
781e0e3192 windows - remove not needed and confusing disable-restore-windows CLI arg 2020-10-01 11:36:45 +02:00
Rob Lourens
b47a60c67f Fix notebook smoketest
Fix #107219
2020-09-22 17:14:15 -05:00