Skip to content

Commit 67e7243

Browse files
committed
updated test
1 parent c5e8d2f commit 67e7243

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/e2e/protocol_versions.test.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ describe('Protocol Versions E2E Tests', function () {
4141
let session: IDBSQLSession;
4242

4343
before(async function () {
44-
// Skip certain versions if they're known to not be supported
45-
if (
46-
[TProtocolVersion.SPARK_CLI_SERVICE_PROTOCOL_V1, TProtocolVersion.SPARK_CLI_SERVICE_PROTOCOL_V2].includes(
47-
version,
48-
)
49-
) {
50-
console.log(`Skipping test for ${desc} - no special features`);
51-
this.skip();
52-
return;
53-
}
54-
5544
try {
5645
client = new DBSQLClient();
5746

0 commit comments

Comments
 (0)