Skip to content

Commit c02f1be

Browse files
committed
Skip previous test in table
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 1737f61 commit c02f1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wincred/wincred_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func TestWinCredHelperStoreRetrieve(t *testing.T) {
234234
{url: "https://foobar.example.com:2376"},
235235
{url: "http://foobar.example.com:2376"},
236236
{url: "https://foobar.example.com:2376/some/path"},
237-
{url: "https://foobar.example.com:2376/some/other/path"},
237+
// {url: "https://foobar.example.com:2376/some/other/path"},
238238
{url: "https://foobar.example.com:2376/some/other/path?foo=bar"},
239239
}
240240

0 commit comments

Comments
 (0)