Skip to content

Commit d536222

Browse files
vchimevvchimev
vchimev
authored and
vchimev
committed
Update perf tests
1 parent 4f7e857 commit d536222

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/perf/start_time.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ def tearDown(self):
3838
def tearDownClass(cls):
3939
print "tearDownClass"
4040
CsvUtils.analyze_data("./tmp-template-hello-world-ng-webpack-uglify-release.csv")
41-
CsvUtils.analyze_data("./tmp-SDK-webpack-uglify-release.csv")
42-
CsvUtils.analyze_data("./tmp-QSF-release.csv")
41+
# CsvUtils.analyze_data("./tmp-SDK-webpack-uglify-release.csv")
42+
# CsvUtils.analyze_data("./tmp-QSF-release.csv")
4343

4444
@parameterized.expand([
45-
("template-hello-world-ng-webpack-uglify-release", "org.nativescript.TestApp"),
46-
("SDK-webpack-uglify-release", "org.nativescript.nativescriptsdkexamplesng"),
47-
("QSF-release", "org.nativescript.examples")
45+
("template-hello-world-ng-webpack-uglify-release", "org.nativescript.TestApp") # ,
46+
# ("SDK-webpack-uglify-release", "org.nativescript.nativescriptsdkexamplesng"),
47+
# ("QSF-release", "org.nativescript.examples")
4848
])
4949
def test_start_time(self, apk_name, app_id):
5050
print "test"

0 commit comments

Comments
 (0)