It's ignored by default so that local testing is unaffected by it. On the CI we explicity run the test after diverting the parsec service logs to a log file.
The issue we see on the CI is related to compilation of a dependency crate using a nightly rust compiler nothing related to the test that I added.
This has been reported by other users as well here
This test case covers mitigation 3 of the threat model. https://parallaxsecond.github.io/parsec-book/parsec_security/parsec_threat_model/threat_model.html
It's ignored by default so that local testing is unaffected by it. On the CI we explicity run the test after diverting the parsec service logs to a log file.
Signed-off-by: Gowtham Suresh Kumar gowtham.sureshkumar@arm.com