mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 22:51:43 +03:00
disables shaky test, fixed recently introduced warnings (https://github.com/enso-org/ide/pull/638)
Original commit: 0d8dd61f5a
This commit is contained in:
parent
82325eba1a
commit
790338bea7
@ -333,7 +333,6 @@ impl scene::Extension for Registry {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use msdf::Texture;
|
|
||||||
|
|
||||||
use ensogl_core_embedded_fonts::EmbeddedFonts;
|
use ensogl_core_embedded_fonts::EmbeddedFonts;
|
||||||
use wasm_bindgen_test::wasm_bindgen_test;
|
use wasm_bindgen_test::wasm_bindgen_test;
|
||||||
|
@ -84,7 +84,6 @@ impl Pen {
|
|||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
use crate::typeface::font;
|
|
||||||
use crate::typeface::font::GlyphRenderInfo;
|
use crate::typeface::font::GlyphRenderInfo;
|
||||||
|
|
||||||
use wasm_bindgen_test::wasm_bindgen_test;
|
use wasm_bindgen_test::wasm_bindgen_test;
|
||||||
|
@ -327,7 +327,6 @@ impl SharedRegistry {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::display::shape::text::glyph::msdf::Texture;
|
|
||||||
|
|
||||||
use ensogl_core_embedded_fonts::EmbeddedFonts;
|
use ensogl_core_embedded_fonts::EmbeddedFonts;
|
||||||
use wasm_bindgen_test::wasm_bindgen_test;
|
use wasm_bindgen_test::wasm_bindgen_test;
|
||||||
|
@ -465,6 +465,9 @@ pub mod tests {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO [mwu]
|
||||||
|
// The test below has been disabled as shaky, see https://github.com/enso-org/ide/issues/637
|
||||||
|
#[ignore]
|
||||||
#[test]
|
#[test]
|
||||||
fn detaching_all_visualizations() {
|
fn detaching_all_visualizations() {
|
||||||
let mock_data = MockData::new();
|
let mock_data = MockData::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user