Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for livable (0.07 sec)

  1. cmd/admin-handlers-users_test.go

    		c.Fatalf("error creating user minio client: %s", err)
    	}
    	return client
    }
    
    func TestIAMInternalIDPServerSuite(t *testing.T) {
    	if runtime.GOOS == globalWindowsOSName {
    		t.Skip("windows is clunky disable these tests")
    	}
    	for i, testCase := range iamTestSuites {
    		t.Run(
    			fmt.Sprintf("Test: %d, ServerType: %s", i+1, testCase.ServerTypeDescription),
    			func(t *testing.T) {
    				suite := testCase
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 45.7K bytes
    - Viewed (0)
Back to top