Hi Remco,
Pretty much as said in the title. I have some long-running integration tests that I only run manually on occasion as they take several minutes and they tend to spam a third party service. In prior builds, I was able to use the Show Ignored Tests toolbar button to make them reappear so they could be run on demand, but this no longer seems to work. The "run test/debug test" button is also hidden from the code editor for these tests.
The tests are ignored using the [Ignore] attribute in NUnit. Alternatively, I have tried to pin the tests but this doesn't seem to work either.
The new behavior means I have to un-comment the [Ignore] attribute, allow the test to run, and then re-comment it out (while hoping not to accidentally commit my change with it still un-commented as we don't desire this comprehensive happy-path test to run on the build server).
I've confirmed this behavior is happening in 3.27 & 3.28 - and I'm pretty sure the builds from earlier in the year did not exhibit this behavior.
Thanks for checking in to this!
Regards,
Scott