Skip to content

Commit d5385f1

Browse files
committed
Disable output colors in dashboard rendering test case
1 parent 726cba7 commit d5385f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SeqCli.EndToEnd/Dashboard/RenderTestCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public Task ExecuteAsync(
1919

2020
var id = runner.LastRunProcess.Output.Split(' ')[0];
2121

22-
exit = runner.Exec("dashboard render", $"-i {id} -c \"All Events\" --last 1d --by 1h");
22+
exit = runner.Exec("dashboard render", $"-i {id} -c \"All Events\" --last 1d --by 1h --no-color");
2323
Assert.Equal(0, exit);
2424

2525
var lines = new StringReader(runner.LastRunProcess.Output);

0 commit comments

Comments
 (0)