Hi John,
The message is one of Typemock's features called
TestLint.
The specific
error you got is not related to admin privilege, it points out that you can't trust the test because you have logic in it.
The differences between the two users is that Test-lint is disabled in the admin account and enabled in the other account.
If you wish to disable this feature in this account too, go to VS ->Tools -> Extension Manager and Disable Test- Lint.
Basically, Test-lint should work with the new API (Isolate) and you work with the old one.
This might be the reason message pops(the is no logic in this test) so it must be a bug.