Skip to content

Commit 7321bad

Browse files
cbrandtbuffalosunnavy
authored andcommitted
Exclude tools that require a token from tests
1 parent ac9510d commit 7321bad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/RT/IR/Test.pm.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ sub import {
8383
RT::IR::Test->export_to_level($level);
8484

8585
RT->Config->Set( 'rtirname' => 'regression_tests' );
86+
87+
# Exclude lookup tools that require a token
88+
RT->Config->Set( 'RTIRResearchTools' => ('Traceroute', 'Whois') );
89+
8690
return;
8791
}
8892

0 commit comments

Comments
 (0)