Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip: Adding inline tokens end 2 end test. #12464

Merged
merged 1 commit into from
Nov 30, 2018

Conversation

jorgefilipecosta
Copy link
Member

The file uploads are not working on Travis, and our end 2 end tests are failing, we are removing the test until we find a solution to this problem.

How has this been tested?

I verified end 2 end tests are passing.

await newPost();
} );

it( 'should insert inline image', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we should just .skip it for the moment?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes that a better option, the code was updated.

Copy link
Contributor

Choose a reason for hiding this comment

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

@ntwb Looks like it's a permissions issue (the upload is failing), I don't know if you have any idea why it started happening suddenly.

For now I'm going to approve to unblock the other PRs.

Copy link
Member

Choose a reason for hiding this comment

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

Can we add an explanation why it was skipped? We have already 3 skipped tests which we never unskipped and they are already invalid even though the issues were already fixed.

The file uploads are not working on travis, and our end 2 end tests are failing, we are skipping the test until we find a solution to this problem.
@jorgefilipecosta jorgefilipecosta force-pushed the remove/end-2-end-test-inline-token-test branch from e2cd4a0 to 29207dc Compare November 30, 2018 12:31
@jorgefilipecosta jorgefilipecosta changed the title Remove: Adding inline tokens end 2 end test. Skip: Adding inline tokens end 2 end test. Nov 30, 2018
@jorgefilipecosta jorgefilipecosta requested a review from a team November 30, 2018 12:47
@youknowriad youknowriad added this to the 4.7 milestone Nov 30, 2018
@youknowriad youknowriad merged commit baa8493 into master Nov 30, 2018
@youknowriad youknowriad deleted the remove/end-2-end-test-inline-token-test branch November 30, 2018 12:57
@gziolo gziolo added the [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests. label Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants