Skip to content

Commit dbb3547

Browse files
authored
Exclude pkcs12 tests for azure (#1351)
1 parent d4eea47 commit dbb3547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/microsoft/sqlserver/jdbc/connection/XADataSourceTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public class XADataSourceTest extends AbstractTest {
3030
*
3131
* @throws Exception
3232
*/
33+
@Tag(Constants.xAzureSQLDB)
34+
@Tag(Constants.xAzureSQLDW)
3335
@Test
3436
public void testPKCS12() throws Exception {
3537
org.junit.Assume.assumeTrue(System.getProperty("os.name").startsWith("Windows"));

0 commit comments

Comments
 (0)