Skip to content

gqltest: remove skipping TestBitbucketProjectsPermsSync_SetPermissionsUnrestricted

Administrator requested to merge backend-integration/ao/return-test into main

Created by: sashaostrikov

After successful local retests I am returning this test. Current commit adds clarity whether the job has failed or just hasn't finished in a 30 second frame. Which will be useful for further understanding if this test will fail again.

I think there must have been some issues with the database or the code host for the build that failed at that time, because the error in the failed build showed that basically either:

  • 2 one-row INSERTs into the DB weren't able to finish in 30-ish seconds
  • there were some error while interacting with bitbucket.sgdev.org

Also, this test passed for me locally during development, and both PR and main builds passed when I was merging the commit with this test.

Test plan

Test should run successfully.

Merge request reports

Loading