Commit 9e724085 authored by Ian Rogers's avatar Ian Rogers Committed by Namhyung Kim
Browse files

perf tests top: Make the test exclusive



With sufficient tests running the load causes the top test fails with:
```
123: perf top tests                                                  : FAILED!
 --- start ---
test child forked, pid 629856
Basic perf top test
Basic perf top test [Failed: no sample percentage found]
 ---- end(-1) ----
```
Mark the test exclusive to avoid flakes.

Fixes: 75e96173 ("perf tests top: Add basic perf top coverage test")
Signed-off-by: default avatarIan Rogers <irogers@google.com>
Signed-off-by: default avatarNamhyung Kim <namhyung@kernel.org>
parent b3d1dcd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
# perf top tests
# perf top tests (exclusive)
# SPDX-License-Identifier: GPL-2.0

set -e