File tree Expand file tree Collapse file tree 2 files changed +0
-750
lines changed
Expand file tree Collapse file tree 2 files changed +0
-750
lines changed Original file line number Diff line number Diff line change @@ -110,21 +110,6 @@ func TestGetIsAdDomainController_CancelledContext(t *testing.T) {
110110 }
111111}
112112
113- func TestGetIsEntraConnectServer (t * testing.T ) {
114- if testing .Short () {
115- t .Skip ("skipping host function test in short mode" )
116- }
117-
118- isEntra , err := getIsEntraConnectServer ()
119- if err != nil {
120- t .Fatalf ("getIsEntraConnectServer() error = %v" , err )
121- }
122-
123- t .Logf ("getIsEntraConnectServer() returned: %v" , isEntra )
124- // Most test machines will return false, which is expected
125- // The function should not error on a normal Windows machine
126- }
127-
128113func TestGetEntraDomain (t * testing.T ) {
129114 if testing .Short () {
130115 t .Skip ("skipping host function test in short mode" )
You can’t perform that action at this time.
0 commit comments