Skip to content

Commit c9ea1ff

Browse files
authored
Remove old smoke tests in favour of the new UI Tests (microsoft#6427)
1 parent 7db6ffc commit c9ea1ff

3 files changed

Lines changed: 0 additions & 34 deletions

File tree

build/ci/templates/test_phases.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
# 'testDebugger'
2727
# 'testFunctional'
2828
# 'perfomanceTests'
29-
# 'testSmoke'
3029
# 'venvTests'
3130

3231
steps:
@@ -533,28 +532,6 @@ steps:
533532
env:
534533
DISPLAY: :10
535534
536-
# Run the smoke tests.
537-
#
538-
# This task only runs if the string 'testSmoke' exists in variable `TestsToRun`.
539-
#
540-
# Example command line (windows pwsh):
541-
# > npm run clean
542-
# > npm run updateBuildNumber -- --buildNumber 0.0.0-local
543-
# > npm run package
544-
# > npx gulp clean:cleanExceptTests
545-
# > npm run testSmoke
546-
- bash: |
547-
npm install -g vsce
548-
npm run clean
549-
npm run updateBuildNumber -- --buildNumber $BUILD_BUILDID
550-
npm run package
551-
npx gulp clean:cleanExceptTests
552-
npm run testSmoke
553-
displayName: 'Run Smoke Tests'
554-
condition: and(succeeded(), contains(variables['TestsToRun'], 'testSmoke'))
555-
env:
556-
DISPLAY: :10
557-
558535
- task: PublishBuildArtifacts@1
559536
inputs:
560537
pathtoPublish: $(Build.ArtifactStagingDirectory)

build/ci/vscode-python-pr-validation.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ jobs:
6868
VMImageName: 'macos-10.13'
6969
TestsToRun: 'testSingleWorkspace'
7070
NeedsPythonTestReqs: true
71-
'Mac-Py3.7 Smoke':
72-
PythonVersion: '3.7'
73-
VMImageName: 'macos-10.13'
74-
TestsToRun: 'testSmoke'
75-
NeedsPythonTestReqs: true
7671
'Mac-Py2.7 Unit+Single':
7772
PythonVersion: '2.7'
7873
VMImageName: 'macos-10.13'
@@ -88,11 +83,6 @@ jobs:
8883
VMImageName: 'ubuntu-16.04'
8984
TestsToRun: 'testSingleWorkspace'
9085
NeedsPythonTestReqs: true
91-
'Linux-Py3.7 Smoke':
92-
PythonVersion: '3.7'
93-
VMImageName: 'ubuntu-16.04'
94-
TestsToRun: 'testSmoke'
95-
NeedsPythonTestReqs: true
9686
'Linux-Py2.7 Unit+Single':
9787
PythonVersion: '2.7'
9888
VMImageName: 'ubuntu-16.04'

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,6 @@
22202220
"testSingleWorkspace": "node ./out/test/testBootstrap.js ./out/test/standardTest.js",
22212221
"testMultiWorkspace": "node ./out/test/testBootstrap.js ./out/test/multiRootTest.js",
22222222
"testPerformance": "node ./out/test/testBootstrap.js ./out/test/performanceTest.js",
2223-
"testSmoke": "node ./out/test/smokeTest.js",
22242223
"lint-staged": "node gulpfile.js",
22252224
"lint": "tslint src/**/*.ts -t verbose",
22262225
"clean": "gulp clean",

0 commit comments

Comments
 (0)