(self)
| 73 | @unittest.skip("Disabling since this test assumes a single database exists, \ |
| 74 | which doesn't work for any shared database.") |
| 75 | def test_list_databases_command(self): |
| 76 | self.command('\\ld', self.database, min_rows_expected=1, rows_expected_pattern_query=1, |
| 77 | cols_expected=1, cols_expected_verbose=4) |
| 78 | |
| 79 | @unittest.skip("Disabling since this test is broken on Azure which returns more logins \ |
| 80 | than expected.") |