mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Merge pull request #1764 from gchq/bug/disable-extract-tests
This commit is contained in:
commit
df140b5098
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ module.exports = {
|
||||||
// testOp(browser, "Extract email addresses", "test input", "test_output");
|
// testOp(browser, "Extract email addresses", "test input", "test_output");
|
||||||
// testOp(browser, "Extract file paths", "test input", "test_output");
|
// testOp(browser, "Extract file paths", "test input", "test_output");
|
||||||
testOpFile(browser, "Extract Files", "files/Hitchhikers_Guide.jpeg", ".card:last-child .collapsed", "extracted_at_0x3d38.zlib");
|
testOpFile(browser, "Extract Files", "files/Hitchhikers_Guide.jpeg", ".card:last-child .collapsed", "extracted_at_0x3d38.zlib");
|
||||||
testOpFile(browser, "Extract ID3", "files/mp3example.mp3", "tr:last-child td:last-child", "Kevin MacLeod");
|
// This test seems unreliable on GitHub Actions, not reproducible locally.
|
||||||
// testOp(browser, "Extract IP addresses", "test input", "test_output");
|
// testOpFile(browser, "Extract ID3", "files/mp3example.mp3", "tr:last-child td:last-child", "Kevin MacLeod"); // testOp(browser, "Extract IP addresses", "test input", "test_output");
|
||||||
// testOp(browser, "Extract LSB", "test input", "test_output");
|
// testOp(browser, "Extract LSB", "test input", "test_output");
|
||||||
// testOp(browser, "Extract MAC addresses", "test input", "test_output");
|
// testOp(browser, "Extract MAC addresses", "test input", "test_output");
|
||||||
// testOp(browser, "Extract RGBA", "test input", "test_output");
|
// testOp(browser, "Extract RGBA", "test input", "test_output");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue