fix regexp for _remove_tags bats output #756
Reference in New Issue
Block a user
No description provided.
Delete Branch "737"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ammaratef45 thanks! did you manage to validate if this fixes the broken tests by running the failing integration tests locally? otherwise i'm afraid we're doing a "merge and hope" which usually results in more work 🙃
Well, the problem is that the behavior locally is different than the CI system, i get whitespace before the 0 in output locally for some bizarre reason im sure 😅
OK, let's merge and hope then 😆 Please check the CI the next days to see if it works... if the issues persists, we'll have to chase it up again. @p4u1 and myself made this attempt to allow the integration tests to be triggered on-demand in a pull request on branches that have
int-...in themmmm... i haven't tried this in forever but it might be a way to test this further if required.... i can also give you direct access to the CI server where you can run stuff manually very easily in the same environment (which is what I do)I manually tested the CI, it works, thanks @ammaratef45!
That's pretty cool, will have to try it out next time I'm touching integ tests