All test assemblies run in parallel, so the VB tests can run at the same time as SqlServer.FT which results in two simultaneous executions of the Northwind DB creation script.
These tests shouldn't run in parallel or VB tests shouldn't use the Northwind DB.