The linux job user override tests pass consistently on my local workspace, but fail most of the time. I believe it may be due to differing instances used.
What was the solution? (How)
Until finding a permanent solution, marking the tests as flaky.
Also changed the command to change back the config file, so that the test can properly retry if the test is flaky.
What is the impact of this change?
Less noise in the tests
How was this change tested?
hatch run e2e-test```
### Was this change documented?
No
### Is this a breaking change?
No
----
*By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.*
What was the problem/requirement? (What/Why)
The linux job user override tests pass consistently on my local workspace, but fail most of the time. I believe it may be due to differing instances used.
What was the solution? (How)
Until finding a permanent solution, marking the tests as flaky.
Also changed the command to change back the config file, so that the test can properly retry if the test is flaky.
What is the impact of this change?
Less noise in the tests
How was this change tested?