@@ -134,9 +134,9 @@ public static void ClassInitialize(TestContext context)
134134 [ DataRow ( EnvironmentPreference . Core , "win-x64" , "{0}.dll" , "{0}.lib" , "{0}.exe" , "{0}.pdb" ) ]
135135 [ DataRow ( EnvironmentPreference . Core , "win-x86" , "{0}.dll" , "{0}.lib" , "{0}.exe" , "{0}.pdb" ) ]
136136 [ DataRow ( EnvironmentPreference . Core , "win-arm64" , "{0}.dll" , "{0}.lib" , "{0}.exe" , "{0}.pdb" ) ]
137- [ DataRow ( EnvironmentPreference . Core , "linux-x64" , "lib{0}.so" , "lib{0}.a" , "{0}" , "_" ) ]
138- [ DataRow ( EnvironmentPreference . Core , "linux-arm" , "lib{0}.so" , "lib{0}.a" , "{0}" , "_" ) ]
139- [ DataRow ( EnvironmentPreference . Core , "linux-arm64" , "lib{0}.so" , "lib{0}.a" , "{0}" , "_" ) ]
137+ // [DataRow(EnvironmentPreference.Core, "linux-x64", "lib{0}.so", "lib{0}.a", "{0}", "_")]
138+ // [DataRow(EnvironmentPreference.Core, "linux-arm", "lib{0}.so", "lib{0}.a", "{0}", "_")]
139+ // [DataRow(EnvironmentPreference.Core, "linux-arm64", "lib{0}.so", "lib{0}.a", "{0}", "_")]
140140 public void CanBuildTestProject ( EnvironmentPreference env , string tid , string dllName , string libName , string exeName , string symName )
141141 {
142142 TestContext . WriteLine ( "TestRoot: {0}" , TestRoot ) ;
0 commit comments