diff --git a/test/e2e/performanceprofile/functests/1_performance/performance.go b/test/e2e/performanceprofile/functests/1_performance/performance.go index 98ec8e99f..335728c0f 100644 --- a/test/e2e/performanceprofile/functests/1_performance/performance.go +++ b/test/e2e/performanceprofile/functests/1_performance/performance.go @@ -210,6 +210,7 @@ var _ = Describe("[rfe_id:27368][performance]", Ordered, func() { } }) It("[test_id:42400][crit:medium][vendor:cnf-qe@redhat.com][level:acceptance] stalld daemon is running as sched_fifo", func() { + testutils.KnownIssueJira("RHEL-108827") for _, node := range workerRTNodes { out, err := nodes.ExecCommand(context.TODO(), &node, []string{"pidof", "stalld"}) Expect(err).ToNot(HaveOccurred())