For Connected Projects Testspace adds a commit status related to the commit-id for every test result. Now this action can be disabled via the .testspace.yml
configuration file.
To turn off the commit status add the following to .testspace.yml:
commit_status: false
For a full definition of .testspace.yml
refer here.