Skip to content

Commit 3d2bdf0

Browse files
committed
Remove skip guards from inline-checks integration test (gate removed)
1 parent fe93ae2 commit 3d2bdf0

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/AWS.Bedrock.MAG.IntegrationTests/InlineChecksIntegrationTests.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ private BedrockGuardrailsPolicyBackend Backend()
3535
[Fact]
3636
public async Task Denies_when_inline_pii_check_detects_an_ssn()
3737
{
38-
if (_fx.SkipReason is { } reason)
39-
{
40-
Assert.Skip(reason);
41-
}
42-
4338
var decision = await Backend().EvaluateAsync(new Dictionary<string, object>
4439
{
4540
["tool"] = "lookup",
@@ -52,11 +47,6 @@ public async Task Denies_when_inline_pii_check_detects_an_ssn()
5247
[Fact]
5348
public async Task Allows_when_inline_pii_check_finds_nothing()
5449
{
55-
if (_fx.SkipReason is { } reason)
56-
{
57-
Assert.Skip(reason);
58-
}
59-
6050
var decision = await Backend().EvaluateAsync(new Dictionary<string, object>
6151
{
6252
["tool"] = "lookup",

0 commit comments

Comments
 (0)