jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/398085 )
Change subject: Skip some tests because of upstream issues
......................................................................
Skip some tests because of upstream issues
This is related to T182770.
Change-Id: I9fc9c5360248e20949e0ff09d4c5ffd36dbe3944
---
M test/features/mobile-sections/shared.js
M test/features/read-html/pagecontent-base.js
M test/features/read-html/pagecontent.js
3 files changed, 3 insertions(+), 3 deletions(-)
Approvals:
jenkins-bot: Verified
Mholloway: Looks good to me, approved
diff --git a/test/features/mobile-sections/shared.js
b/test/features/mobile-sections/shared.js
index 59dfc83..c277306 100644
--- a/test/features/mobile-sections/shared.js
+++ b/test/features/mobile-sections/shared.js
@@ -69,7 +69,7 @@
});
});
- it('Check content of fresh revision', () => {
+ it.skip('Check content of fresh revision', () => { // skipped because of
issue T182770 (RB?)
const title = 'Leonard_Cohen';
const uri = localUri(title);
return preq.get({ uri })
diff --git a/test/features/read-html/pagecontent-base.js
b/test/features/read-html/pagecontent-base.js
index 2cb4abc..8cda184 100644
--- a/test/features/read-html/pagecontent-base.js
+++ b/test/features/read-html/pagecontent-base.js
@@ -21,7 +21,7 @@
return headers.checkHeaders(uri, headers.HTML_CONTENT_TYPE_REGEX);
});
- it('HTML should be sectioned', () => {
+ it.skip('HTML should be sectioned', () => { // skipped because of issue
T182770 (RB?)
const uri = localUri('Foobar/788941783');
return preq.get({ uri })
.then((res) => {
diff --git a/test/features/read-html/pagecontent.js
b/test/features/read-html/pagecontent.js
index e11dda3..a52535a 100644
--- a/test/features/read-html/pagecontent.js
+++ b/test/features/read-html/pagecontent.js
@@ -21,7 +21,7 @@
return headers.checkHeaders(uri, headers.HTML_CONTENT_TYPE_REGEX);
});
- it('HTML should be sectioned', () => {
+ it.skip('HTML should be sectioned', () => { // skipped because of issue
T182770 (RB?)
const uri = localUri('Foobar/788941783');
return preq.get({ uri })
.then((res) => {
--
To view, visit https://gerrit.wikimedia.org/r/398085
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9fc9c5360248e20949e0ff09d4c5ffd36dbe3944
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/mobileapps
Gerrit-Branch: master
Gerrit-Owner: BearND <[email protected]>
Gerrit-Reviewer: Fjalapeno <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: Mhurd <[email protected]>
Gerrit-Reviewer: Ppchelko <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits