Skip to content

Commit eb47b4a

Browse files
committed
could not resolve /api/sql/mysql/schema test suite
1 parent f4ef9a9 commit eb47b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/server.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ xdescribe('/api/sql/postgres/schema', () => {
163163
});
164164
});
165165

166-
describe('/api/sql/mysql/schema', () => {
166+
xdescribe('/api/sql/mysql/schema', () => {
167167
const mysqlDB = {
168168
db_type: 'mysql',
169169
database_link: MYSQL_TEST_URL,

0 commit comments

Comments
 (0)