Comment 5 for bug 1680122

Revision history for this message
Ghanshyam Mann (ghanshyammann) wrote :

seems like you are running tests with tenants/users of your actual production env which can be very dangerous where tests touch their resources.

You should either tests using dynamic credential or some predefined test credential. if you are going to use production env actual credential then, you may find some of other tests failing too But i am not say that is invalid till you are aware what you are doing.