Skip to content

Commit 7a4793a

Browse files
committed
ignore
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent fa03273 commit 7a4793a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests.rs

+6
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ pub fn test_context_creation() {
156156
println!("does not support");
157157
}
158158
Err(error) => {
159+
// This fail on angle
160+
if cfg!(all(feature = "sm-no-wgl", feature = "sm-angle"))
161+
&& flags.contains(ContextAttributeFlags::COMPATIBILITY_PROFILE)
162+
{
163+
continue;
164+
}
159165
println!("ERR: Failed to create context: {:?}", error)
160166
}
161167
}

0 commit comments

Comments
 (0)