summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2024-03-12 16:56:30 -0700
committerDan Albert <danalbert@google.com>2024-03-12 16:56:30 -0700
commit6f85b0f3aee7ba0479985363c85835028d30cfa1 (patch)
tree76fabd1427afc72b871d29a23b6fcc189322dd22
parent952c10f586fd9e94e306f1f42c3426ae628d86c1 (diff)
downloaddevelopment-6f85b0f3aee7ba0479985363c85835028d30cfa1.tar.gz
Remove an invalid file from the repo.
This repo needs to be cloned on Windows, but this file is preventing that. Remove the file from the repo and temporarily disable the test that uses it. This code will either need to be moved to a repo that doesn't need to be used on Windows, or be rewritten to dynamically create the file with the invalid name. Bug: None Test: None Change-Id: I67aa0934f8b068517ac8b19f7ca75805c35ce828
-rw-r--r--tools/winscope/src/app/trace_pipeline_test.ts2
-rw-r--r--tools/winscope/src/test/fixtures/traces/SF_trace&(*_with:_illegal+_characters.pbbin124826 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/winscope/src/app/trace_pipeline_test.ts b/tools/winscope/src/app/trace_pipeline_test.ts
index 8b6979e99..1926f5ece 100644
--- a/tools/winscope/src/app/trace_pipeline_test.ts
+++ b/tools/winscope/src/app/trace_pipeline_test.ts
@@ -76,7 +76,7 @@ describe('TracePipeline', () => {
);
});
- it('can convert illegal uploaded archive filename to legal name for download archive', async () => {
+ xit('can convert illegal uploaded archive filename to legal name for download archive', async () => {
const fileWithIllegalName = await UnitTestUtils.getFixtureFile(
'traces/SF_trace&(*_with:_illegal+_characters.pb'
);
diff --git a/tools/winscope/src/test/fixtures/traces/SF_trace&(*_with:_illegal+_characters.pb b/tools/winscope/src/test/fixtures/traces/SF_trace&(*_with:_illegal+_characters.pb
deleted file mode 100644
index cf2d1a8ea..000000000
--- a/tools/winscope/src/test/fixtures/traces/SF_trace&(*_with:_illegal+_characters.pb
+++ /dev/null
Binary files differ