Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Should not fail all by some aborted tests #166

Open
wants to merge 3 commits into
base: universal-sdk
Choose a base branch
from

Conversation

chaim-aharonson-applitools
Copy link
Collaborator

No description provided.

coverage-tests.js Outdated Show resolved Hide resolved
@@ -2162,6 +2162,30 @@ test('should return aborted tests in getAllTestResults', {
},
})

test('Should not fail all by some aborted tests', {
Copy link
Collaborator

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.

Copy link
Collaborator Author

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

@@ -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},
Copy link
Collaborator

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants