exclude incorrect test case 7.9.6

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2020-11-09 19:43:16 +11:00
parent 53454e70cd
commit 6ba1ac55b7
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@
}
],
"cases": ["*"],
"exclude-cases": [],
"exclude-cases": ["7.9.6"],
"exclude-agent-cases": {}
}

View File

@ -5,6 +5,6 @@
"url": "ws://127.0.0.1:9001",
"outdir": "./target/reports/clients",
"cases": ["*"],
"exclude-cases": [],
"exclude-cases": ["7.9.6"],
"exclude-agent-cases": {}
}