-
Notifications
You must be signed in to change notification settings - Fork 6
Should not fail all by some aborted tests #166
base: universal-sdk
Are you sure you want to change the base?
Should not fail all by some aborted tests #166
Conversation
coverage-tests.js
Outdated
@@ -2162,6 +2162,30 @@ test('should return aborted tests in getAllTestResults', { | |||
}, | |||
}) | |||
|
|||
test('Should not fail all by some aborted tests', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should keep consistency with the naming. We don't have names that start with the capital latter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
np, it's a 'copy-paste' typo... fixed the original (the one I copied from) and mine
java/overrides.js
Outdated
@@ -81,4 +81,5 @@ module.exports = { | |||
|
|||
"should use regions padding": {skipEmit: true}, | |||
"should use regions padding with vg": {skipEmit: true}, | |||
"Should not fail all by some aborted tests": {skipEmit: true}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the point of this test if you immediately skip it for everyone? For me, this looks like a fix that doesn't need a new api, so could be tested seamlessly on all of the sdks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
No description provided.