Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

include reason for skip in examples .eg.ts @test_skip #1182

Open
vjjft opened this issue Jul 14, 2023 · 0 comments
Open

include reason for skip in examples .eg.ts @test_skip #1182

vjjft opened this issue Jul 14, 2023 · 0 comments

Comments

@vjjft
Copy link

vjjft commented Jul 14, 2023

The following examples are skipped due to @test_skip directive, but there is no context for why the directive is applied (e.g. temporarily disabled due to external errors; high time requirement; ...).

Output:

$ deno task test:eg:deno
Task test:eg:deno deno task test:eg test deno 'examples/**/*.eg.ts'
Task test:eg deno task run https://deno.land/x/egts@v0.1.0-beta.6/main.ts "test" "deno" "examples/**/*.eg.ts"
Task run deno task capi serve -- deno run -A -r=http://localhost:4646/ "https://deno.land/x/egts@v0.1.0-beta.6/main.ts" "test" "deno" "examples/**/*.eg.ts"
Task capi deno run -A main.ts "serve" "--" "deno" "run" "-A" "-r=http://localhost:4646/" "https://deno.land/x/egts@v0.1.0-beta.6/main.ts" "test" "deno" "examples/**/*.eg.ts"
Created Capi server instance at http://localhost:4646/
Testing "examples/raw_rpc/connection.eg.ts"
// ...
Skipped "examples/xcm/asset_teleportation.eg.ts"
Skipped "examples/xcm/reserve_transfer.eg.ts"
// ...
Skipped "examples/nfts.eg.ts"
// ...
Skipped "examples/dev/metadata.eg.ts"
// ...
@vjjft vjjft transferred this issue from paritytech/docs.capi.dev Jul 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: No status
Development

No branches or pull requests

1 participant