aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/linux_reporting_test.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-05-07 12:13:15 +0200
committerAleksandr Nogikh <nogikh@google.com>2024-05-07 10:41:44 +0000
commitcb2dcc0ecd47d23bd111a0ff629395ca0e10fe93 (patch)
treefb10fed906bc406b8dc0bf42f1e08dab6d264363 /dashboard/app/linux_reporting_test.go
parent0ccab44a9b7e5c37009b6a73ae17ba318d7e896d (diff)
dashboard: adjust fs bug reporting tests
Now that we don't want to always Cc fsdevel, the tests must change as well.
Diffstat (limited to 'dashboard/app/linux_reporting_test.go')
-rw-r--r--dashboard/app/linux_reporting_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/dashboard/app/linux_reporting_test.go b/dashboard/app/linux_reporting_test.go
index 004150361..15340252e 100644
--- a/dashboard/app/linux_reporting_test.go
+++ b/dashboard/app/linux_reporting_test.go
@@ -51,7 +51,6 @@ func TestFsSubsystemFlow(t *testing.T) {
c.expectEQ(reply.Subject, "[syzbot] [nilfs?] WARNING in nilfs_dat_commit_end")
assert.ElementsMatch(t, reply.To, []string{
"konishi.ryusuke@gmail.com",
- "linux-fsdevel@vger.kernel.org",
"linux-kernel@vger.kernel.org",
"linux-nilfs@vger.kernel.org",
"maintainer@kernel.org",
@@ -97,7 +96,6 @@ renameat2(r0, &(0x7f00000004c0)='./file0\x00', r0, &(0x7f0000000500)='./bus/file
// Make sure ntfs3 maintainers are in the recipients.
assert.ElementsMatch(t, reply.To, []string{
"almaz.alexandrovich@paragon-software.com",
- "linux-fsdevel@vger.kernel.org",
"linux-kernel@vger.kernel.org",
"maintainer@kernel.org",
"ntfs3@lists.linux.dev",