Skip to content

Commit 17d1c7e

Browse files
authored
Revert "chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#… (#18856)
…18846)" This reverts commit 036778c. Keeps failing on `main` branch.
1 parent 38681df commit 17d1c7e

File tree

7 files changed

+2
-100
lines changed

7 files changed

+2
-100
lines changed

.dprint.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"associations": "**/*.rs",
1414
"rustfmt": "rustfmt --config imports_granularity=item"
1515
},
16-
"includes": [
17-
"**/*.{ts,tsx,js,jsx,json,md,toml,rs}"
18-
],
16+
"includes": ["**/*.{ts,tsx,js,jsx,json,md,toml,rs}"],
1917
"excludes": [
2018
".cargo_home",
2119
".git",
@@ -50,8 +48,7 @@
5048
"tools/node_compat/TODO.md",
5149
"tools/node_compat/versions",
5250
"tools/wpt/expectation.json",
53-
"tools/wpt/manifest.json",
54-
"ext/websocket/autobahn/reports"
51+
"tools/wpt/manifest.json"
5552
],
5653
"plugins": [
5754
"https://plugins.dprint.dev/typescript-0.84.0.wasm",

.github/workflows/ci.generate.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -642,15 +642,6 @@ const ci = {
642642
run:
643643
'gsutil -h "Cache-Control: public, max-age=3600" cp ./target/release/*.zip gs://dl.deno.land/canary/$(git rev-parse HEAD)/',
644644
},
645-
{
646-
name: "Autobahn testsuite",
647-
if: [
648-
"matrix.job == 'test' && matrix.profile == 'release' &&",
649-
"!startsWith(github.ref, 'refs/tags/') && startsWith(matrix.os, 'ubuntu')",
650-
].join("\n"),
651-
run:
652-
"target/release/deno run -A --unstable ext/websocket/autobahn/fuzzingclient.js",
653-
},
654645
{
655646
name: "Test debug",
656647
if: [

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,6 @@ jobs:
399399
env:
400400
CLOUDSDK_PYTHON: '${{env.pythonLocation}}\python.exe'
401401
run: 'gsutil -h "Cache-Control: public, max-age=3600" cp ./target/release/*.zip gs://dl.deno.land/canary/$(git rev-parse HEAD)/'
402-
- name: Autobahn testsuite
403-
if: |-
404-
!(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'release' &&
405-
!startsWith(github.ref, 'refs/tags/') && startsWith(matrix.os, 'ubuntu'))
406-
run: target/release/deno run -A --unstable ext/websocket/autobahn/fuzzingclient.js
407402
- name: Test debug
408403
if: |-
409404
!(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'debug' &&

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ gclient_config.py_entries
2626
# WPT generated cert files
2727
/tools/wpt/certs/index.txt*
2828
/tools/wpt/certs/serial*
29-
30-
/ext/websocket/autobahn/reports

ext/websocket/autobahn/autobahn_server.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

ext/websocket/autobahn/fuzzingclient.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

ext/websocket/autobahn/fuzzingclient.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)