Skip to content

Commit

Permalink
Revert "chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#… (
Browse files Browse the repository at this point in the history
denoland#18856)

…18846)"

This reverts commit 036778c.

Keeps failing on `main` branch.
  • Loading branch information
bartlomieju authored Apr 26, 2023
1 parent 38681df commit 17d1c7e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 100 deletions.
7 changes: 2 additions & 5 deletions .dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"associations": "**/*.rs",
"rustfmt": "rustfmt --config imports_granularity=item"
},
"includes": [
"**/*.{ts,tsx,js,jsx,json,md,toml,rs}"
],
"includes": ["**/*.{ts,tsx,js,jsx,json,md,toml,rs}"],
"excludes": [
".cargo_home",
".git",
Expand Down Expand Up @@ -50,8 +48,7 @@
"tools/node_compat/TODO.md",
"tools/node_compat/versions",
"tools/wpt/expectation.json",
"tools/wpt/manifest.json",
"ext/websocket/autobahn/reports"
"tools/wpt/manifest.json"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.84.0.wasm",
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,15 +642,6 @@ const ci = {
run:
'gsutil -h "Cache-Control: public, max-age=3600" cp ./target/release/*.zip gs://dl.deno.land/canary/$(git rev-parse HEAD)/',
},
{
name: "Autobahn testsuite",
if: [
"matrix.job == 'test' && matrix.profile == 'release' &&",
"!startsWith(github.ref, 'refs/tags/') && startsWith(matrix.os, 'ubuntu')",
].join("\n"),
run:
"target/release/deno run -A --unstable ext/websocket/autobahn/fuzzingclient.js",
},
{
name: "Test debug",
if: [
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,6 @@ jobs:
env:
CLOUDSDK_PYTHON: '${{env.pythonLocation}}\python.exe'
run: 'gsutil -h "Cache-Control: public, max-age=3600" cp ./target/release/*.zip gs://dl.deno.land/canary/$(git rev-parse HEAD)/'
- name: Autobahn testsuite
if: |-
!(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'release' &&
!startsWith(github.ref, 'refs/tags/') && startsWith(matrix.os, 'ubuntu'))
run: target/release/deno run -A --unstable ext/websocket/autobahn/fuzzingclient.js
- name: Test debug
if: |-
!(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'debug' &&
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ gclient_config.py_entries
# WPT generated cert files
/tools/wpt/certs/index.txt*
/tools/wpt/certs/serial*

/ext/websocket/autobahn/reports
20 changes: 0 additions & 20 deletions ext/websocket/autobahn/autobahn_server.js

This file was deleted.

33 changes: 0 additions & 33 deletions ext/websocket/autobahn/fuzzingclient.js

This file was deleted.

26 changes: 0 additions & 26 deletions ext/websocket/autobahn/fuzzingclient.json

This file was deleted.

0 comments on commit 17d1c7e

Please sign in to comment.