Skip to content

Commit 40a3091

Browse files
committed
E2E: skip stalld test case checking sched_fifo
Skip test case checking if stalld is setting sched_fifo scheduling algorithm due to known issue https://issues.redhat.com/browse/RHEL-108827 Signed-off-by: Niranjan M.R <[email protected]>
1 parent 1385086 commit 40a3091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/performanceprofile/functests/1_performance/performance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ var _ = Describe("[rfe_id:27368][performance]", Ordered, func() {
210210
}
211211
})
212212
It("[test_id:42400][crit:medium][vendor:[email protected]][level:acceptance] stalld daemon is running as sched_fifo", func() {
213+
testutils.KnownIssueJira("RHEL-108827")
213214
for _, node := range workerRTNodes {
214215
out, err := nodes.ExecCommand(context.TODO(), &node, []string{"pidof", "stalld"})
215216
Expect(err).ToNot(HaveOccurred())

0 commit comments

Comments
 (0)