We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f6b7f commit 6559cb2Copy full SHA for 6559cb2
IntegrationTests/VersionTests.cs
@@ -16,7 +16,7 @@ public class VersionData : IEnumerable<object[]>
16
new object[] {new FirefoxConfig(), @"^\d+\.\d+\.\d+$"},
17
new object[] {new InternetExplorerConfig(), @"^\d+\.\d+\.\d+$"},
18
new object[] {new OperaConfig(), @"^\d+\.\d+\.\d+$"},
19
- new object[] {new PhantomConfig(), @"^\d+\.\d+\.\d+$"}
+// new object[] {new PhantomConfig(), @"^\d+\.\d+\.\d+$"}
20
};
21
22
public IEnumerator<object[]> GetEnumerator()
0 commit comments