This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 5cc8f36
Conditionally execute IntegratedAuthenticationTest (#27857)
* Conditionally execute IntegratedAuthenticationTest based on "TEST_INTEGRATEDSECURITY_SETUP" ENV variable.
* Updated conditional fact and made requested code changes.
* Revert check for Conn Str setup for LocalDBTest.1 parent 3760763 commit 5cc8f36
File tree
2 files changed
+9
-15
lines changed- src/System.Data.SqlClient/tests/ManualTests
- DataCommon
- SQL/IntegratedAuthenticationTest
2 files changed
+9
-15
lines changedLines changed: 3 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
76 | 66 | | |
77 | 67 | | |
78 | 68 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments